diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-10-15 15:39:48 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-10-15 15:39:48 -0700 |
commit | 6e4f65b6d2accdd2657ba28090d8fc2b1047b612 (patch) | |
tree | f03cdf939d37736c0e1b8c7f47551cfdc85cc07b /flake.nix | |
parent | 8dde3e1018308e542fd7d85c9004540aa77236e6 (diff) | |
download | nix-6e4f65b6d2accdd2657ba28090d8fc2b1047b612.tar nix-6e4f65b6d2accdd2657ba28090d8fc2b1047b612.tar.gz nix-6e4f65b6d2accdd2657ba28090d8fc2b1047b612.tar.bz2 nix-6e4f65b6d2accdd2657ba28090d8fc2b1047b612.tar.lz nix-6e4f65b6d2accdd2657ba28090d8fc2b1047b612.tar.xz nix-6e4f65b6d2accdd2657ba28090d8fc2b1047b612.tar.zst nix-6e4f65b6d2accdd2657ba28090d8fc2b1047b612.zip |
Add missing argument
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ }; }; - outputs = inputs@{ home-manager-stable, home-manager-unstable, nixos-hardware, nixpkgs-stable, nixpkgs-unstable, sops-nix, ... }: rec { + outputs = inputs@{ home-manager-stable, home-manager-unstable, nixos-hardware, nixpkgs-stable, nixpkgs-unstable, nvidia-patch, sops-nix, ... }: rec { nixosConfigurations = { arrakis = nixpkgs-unstable.lib.nixosSystem { pkgs = pkgs-unstable; |