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

feat: upgrade nix

This commit is contained in:
2021-12-30 14:08:05 +01:00
parent ed788d318f
commit b877eaa1b7
3 changed files with 10 additions and 8 deletions

View File

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