aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 5de9011..fee0488 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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;