1
0
mirror of https://github.com/kmein/niveum synced 2026-03-29 08:41:07 +02:00

upgrade to 24.11

This commit is contained in:
2024-12-13 13:42:16 +01:00
parent 3253a217d7
commit 2c6007d404
14 changed files with 244 additions and 145 deletions

View File

@@ -7,7 +7,7 @@
config.allowUnfree = true;
};
nix = {
package = pkgs.nixFlakes;
package = pkgs.nixVersions.stable;
extraOptions = "experimental-features = nix-command flakes";
nixPath = ["nixpkgs=${inputs.nixpkgs}"];
};