This commit is contained in:
Aleksandr Lebedev 2025-08-11 16:09:39 +02:00
parent 5ab8759f0b
commit ac31709f4e
3 changed files with 12 additions and 12 deletions

View file

@ -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";
};
};
};
};
}

View file

@ -3,7 +3,6 @@
stdenv,
fetchFromGitHub,
}:
stdenv.mkDerivation rec {
pname = "et-bembo";
version = "unstable-2018-04-11";
@ -16,15 +15,15 @@ stdenv.mkDerivation rec {
};
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;
};

View file

@ -97,8 +97,8 @@
clang-tools
cmake-language-server
nixd
alejandra
ty
alejandra
ty
]);
# Optionally override derivations.