Format
This commit is contained in:
parent
5ab8759f0b
commit
ac31709f4e
3 changed files with 12 additions and 12 deletions
|
|
@ -17,8 +17,9 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = inputs: inputs.snowfall-lib.mkFlake {
|
outputs = inputs:
|
||||||
inherit inputs;
|
inputs.snowfall-lib.mkFlake {
|
||||||
|
inherit inputs;
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
|
||||||
overlays = with inputs; [
|
overlays = with inputs; [
|
||||||
|
|
@ -30,12 +31,12 @@
|
||||||
formatter = channels.nixpkgs.alejandra;
|
formatter = channels.nixpkgs.alejandra;
|
||||||
};
|
};
|
||||||
|
|
||||||
snowfall = {
|
snowfall = {
|
||||||
namespace = "custom";
|
namespace = "custom";
|
||||||
meta = {
|
meta = {
|
||||||
name = "KyleKrein's emacs configuration powered by Nix";
|
name = "KyleKrein's emacs configuration powered by Nix";
|
||||||
title = "KyleKrein's emacs configuration powered by Nix";
|
title = "KyleKrein's emacs configuration powered by Nix";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "et-bembo";
|
pname = "et-bembo";
|
||||||
version = "unstable-2018-04-11";
|
version = "unstable-2018-04-11";
|
||||||
|
|
@ -14,17 +13,17 @@ stdenv.mkDerivation rec {
|
||||||
rev = "b1824ac5bee3f54ef1ce88c9d6c7850f6c869818";
|
rev = "b1824ac5bee3f54ef1ce88c9d6c7850f6c869818";
|
||||||
hash = "sha256-9G0Umcu5dkwx+mh0k5vPS3nIBdStlR0wBkDVzahVBwg=";
|
hash = "sha256-9G0Umcu5dkwx+mh0k5vPS3nIBdStlR0wBkDVzahVBwg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
mkdir -p $out/share/fonts/truetype
|
mkdir -p $out/share/fonts/truetype
|
||||||
cp $src/* $out/share/fonts/truetype
|
cp $src/* $out/share/fonts/truetype
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "";
|
description = "";
|
||||||
homepage = "https://github.com/DavidBarts/ET_Bembo";
|
homepage = "https://github.com/DavidBarts/ET_Bembo";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ ];
|
maintainers = with lib.maintainers; [];
|
||||||
mainProgram = "et-bembo";
|
mainProgram = "et-bembo";
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -97,8 +97,8 @@
|
||||||
clang-tools
|
clang-tools
|
||||||
cmake-language-server
|
cmake-language-server
|
||||||
nixd
|
nixd
|
||||||
alejandra
|
alejandra
|
||||||
ty
|
ty
|
||||||
]);
|
]);
|
||||||
|
|
||||||
# Optionally override derivations.
|
# Optionally override derivations.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue