diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -64,6 +64,8 @@ } sops-nix.nixosModules.sops ]; + + nixpkgs.overlays = [inputs.nvidia-patch.overlays.default]; }; darkstar = nixpkgs-unstable.lib.nixosSystem rec { |