diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-06-15 14:38:46 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-06-15 14:38:46 -0700 |
commit | fc9f785942e65e09fd64da1060b1811409a8d623 (patch) | |
tree | 2777d7ed3727759702bcf1fe511f45ce04619c37 | |
parent | 3eeb046a0f0bd3ad0c3a0117c81423c5cdca2862 (diff) | |
download | nix-fc9f785942e65e09fd64da1060b1811409a8d623.tar nix-fc9f785942e65e09fd64da1060b1811409a8d623.tar.gz nix-fc9f785942e65e09fd64da1060b1811409a8d623.tar.bz2 nix-fc9f785942e65e09fd64da1060b1811409a8d623.tar.lz nix-fc9f785942e65e09fd64da1060b1811409a8d623.tar.xz nix-fc9f785942e65e09fd64da1060b1811409a8d623.tar.zst nix-fc9f785942e65e09fd64da1060b1811409a8d623.zip |
Add missing argument
Diffstat (limited to '')
-rw-r--r-- | hosts/common/core/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/common/core/default.nix b/hosts/common/core/default.nix index e0a450a..515cbd9 100644 --- a/hosts/common/core/default.nix +++ b/hosts/common/core/default.nix @@ -1,4 +1,4 @@ -{ inputs, outputs, pkgs, ... }: { +{ config, inputs, outputs, pkgs, ... }: { imports = [ ./locale.nix ./nix.nix |