nod: Fifth attempt at flakes

Also simplified a few things, nice
This commit is contained in:
Geoffrey Frogeye 2024-01-16 23:48:41 +01:00
parent e56514890d
commit bac1813c77
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
4 changed files with 13 additions and 12 deletions

View file

@ -28,7 +28,6 @@
git # Needed for all the fetchFromGit in this repo on nixos-rebuild
];
nixpkgs.config.allowUnfree = true;
nix.settings = {
experimental-features = [ "nix-command" "flakes" ];
warn-dirty = false;