This commit is contained in:
Philipp Hochkamp 2022-09-25 19:47:58 +02:00
parent 97362705ac
commit 7c8fd7f658
2 changed files with 7 additions and 7 deletions

View file

@ -30,7 +30,7 @@ in
registryInputs = mapAttrs (_: v: { flake = v; }) filteredInputs;
in
{
package = pkgs.unstable.nixFlakes;
package = pkgs.nixVersions.stable;
settings = {
trusted-users = mkDefault [ "root" "@wheel" ];
allowed-users = mkDefault [ "root" "@wheel" ];