mirror of
https://github.com/kmein/niveum
synced 2026-03-19 19:41:08 +01:00
feat: upgrade nix
This commit is contained in:
@@ -7,9 +7,8 @@
|
||||
(import <stockholm/krebs/5pkgs>)
|
||||
];
|
||||
};
|
||||
# enable `nix flake`
|
||||
nix = {
|
||||
package = pkgs.nix;
|
||||
# extraOptions = "experimental-features = nix-command flakes";
|
||||
package = pkgs.nixUnstable;
|
||||
extraOptions = "experimental-features = nix-command flakes";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user