diff options
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ arrakis = nixpkgs-unstable.lib.nixosSystem rec { system = "x86_64-linux"; - specialArgs = { inherit inputs; + specialArgs = { inherit inputs nvidia-patch; pkgs = import nixpkgs-unstable { inherit system; config.allowUnfree = true; |