upgrade nix version to latest

This commit is contained in:
Charlotte 🦝 Delenk 2024-09-04 15:31:06 +02:00
parent 50a9d4b372
commit ea4e549888

View file

@ -11,6 +11,7 @@
];
nixpkgs.config.allowUnfree = true;
nix = {
package = pkgs.nixVersions.latest;
settings = {
sandbox = true;
trusted-users = ["@wheel" "remote-build"];