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

applicative user

This commit is contained in:
2026-01-02 17:04:50 +01:00
parent d47de27423
commit 9f806822a4
2 changed files with 51 additions and 1 deletions

View File

@@ -8,6 +8,6 @@
};
nix = {
package = pkgs.nixVersions.stable;
extraOptions = "experimental-features = nix-command flakes";
settings.experimental-features = [ "nix-command" "flakes" ];
};
}