treewide: set allowUnfree for flake
Check / Nix flake (push) Has been cancelled
Lint / Nix expressions (push) Has been cancelled

This commit is contained in:
2026-05-02 03:07:05 -04:00
parent 790c570a01
commit 5174f845b4
2 changed files with 8 additions and 3 deletions
+2 -2
View File
@@ -118,10 +118,10 @@ in
nixpkgs.config.allowUnfree = true;
environment.etc."nixos/current".source = lib.cleanSource ./..;
system = {
configurationRevision = self.rev or self.dirtyRev;
stateVersion = "25.11";
};
environment.etc."nixos/current".source = lib.cleanSource ./..;
}