flake: refactor for input bump

This commit is contained in:
Infinidoge 2024-05-05 00:48:23 -04:00
parent 13f95c89aa
commit f5ac12063b
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
3 changed files with 7 additions and 9 deletions

View file

@ -2,14 +2,14 @@
with lib;
{
nix = {
package = pkgs.nixVersions.unstable;
package = pkgs.nixVersions.latest;
settings = {
allowed-users = [ "*" ];
trusted-users = [ "root" "@wheel" "remotebuild" ];
system-features = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
experimental-features = [ "flakes" "nix-command" "impure-derivations" "no-url-literals" "repl-flake" ];
experimental-features = [ "flakes" "nix-command" "impure-derivations" "no-url-literals" ];
auto-optimise-store = true;
fallback = true;