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