mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
fix: update
This commit is contained in:
@@ -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 = [];
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user