diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-10-15 15:28:36 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-10-15 15:28:36 -0700 |
commit | 8dde3e1018308e542fd7d85c9004540aa77236e6 (patch) | |
tree | 7771db4c6b65ee626ba22e630ab455b7cd4de63a | |
parent | ae4cf6dd3136e6b8bdcf090005126e3848c599f5 (diff) | |
download | nix-8dde3e1018308e542fd7d85c9004540aa77236e6.tar nix-8dde3e1018308e542fd7d85c9004540aa77236e6.tar.gz nix-8dde3e1018308e542fd7d85c9004540aa77236e6.tar.bz2 nix-8dde3e1018308e542fd7d85c9004540aa77236e6.tar.lz nix-8dde3e1018308e542fd7d85c9004540aa77236e6.tar.xz nix-8dde3e1018308e542fd7d85c9004540aa77236e6.tar.zst nix-8dde3e1018308e542fd7d85c9004540aa77236e6.zip |
Add missing inputs argument
Diffstat (limited to '')
-rw-r--r-- | hosts/arrakis/hardware-configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/arrakis/hardware-configuration.nix b/hosts/arrakis/hardware-configuration.nix index c120bd2..b926154 100644 --- a/hosts/arrakis/hardware-configuration.nix +++ b/hosts/arrakis/hardware-configuration.nix @@ -1,7 +1,7 @@ # Do not modify this file! It was generated by ‘nixos-generate-config’ # and may be overwritten by future invocations. Please make changes # to /etc/nixos/configuration.nix instead. -{ config, lib, pkgs, modulesPath, ... }: +{ config, inputs, lib, pkgs, modulesPath, ... }: { imports = |