1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix: update

This commit is contained in:
2022-05-31 14:17:02 +02:00
parent 72048388dc
commit 0387d5c44b
3 changed files with 2 additions and 3 deletions

View File

@@ -138,7 +138,7 @@
else "${name}.r"; else "${name}.r";
unstable = name == "kabsa" || name == "manakish"; unstable = name == "kabsa" || name == "manakish";
sources = sources =
["nix-writers" "nixpkgs" "retiolum"] ["nix-writers" "nixpkgs" "retiolum" "stockholm"]
++ { ++ {
zaatar = ["traadfri"]; zaatar = ["traadfri"];
ful = []; ful = [];

View File

@@ -10,7 +10,7 @@ stdenv.mkDerivation {
src = fetchgit { src = fetchgit {
url = "https://github.com/jgm/pandoc"; url = "https://github.com/jgm/pandoc";
rev = pandoc.version; rev = pandoc.version;
sha256 = "0s4mczbql35wh6bhyi542yln24f530rlsw6akcv7lmp083rrlpy4"; sha256 = "sha256-AY9GarrU7PBFgoYxqQkE2ghoUy7+0Gu6/Mwa+fdQM2U=";
}; };
buildPhase = '' buildPhase = ''
mkdir -p $out/man/man1 mkdir -p $out/man/man1

View File

@@ -17,7 +17,6 @@ in {
./tuna.nix ./tuna.nix
./grocy.nix ./grocy.nix
./spotifyd.nix ./spotifyd.nix
<home-manager/nixos>
<niveum/configs/keyboard.nix> <niveum/configs/keyboard.nix>
<niveum/configs/monitoring.nix> <niveum/configs/monitoring.nix>
<niveum/configs/nix.nix> <niveum/configs/nix.nix>