temp fixed for xps

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-09-09 16:15:36 +02:00
parent 3cfcbc1e2a
commit cfb112429d
4 changed files with 13 additions and 6 deletions

View File

@@ -21,7 +21,7 @@
system = "x86_64-linux";
user = "nx2";
config = { allowUnfreePredicate = pkg: builtins.elem (pkgs.lib.getName pkg) (import ./flake-modules/allowed.nix).unfree; };
config = { allowUnfree = true; allowUnfreePredicate = pkg: builtins.elem (pkgs.lib.getName pkg) (import ./flake-modules/allowed.nix).unfree; };
pkgs = import nixpkgs { inherit system config; };
pkgs-unstable = import nixpkgs-unstable { inherit system config; };