about summary refs log tree commit diff stats
path: root/flake
diff options
context:
space:
mode:
authorene <ene@sils.com>2023-04-03 09:10:14 +0200
committerene <ene@sils.com>2023-04-03 09:10:14 +0200
commitb580a7879d08e9b93e675bff1969acfa4f08930d (patch)
treeb652bb88c37e7130ee49a85a95b42f0d80d703e9 /flake
parentChore(flake): Update (diff)
downloadnixos-config-b580a7879d08e9b93e675bff1969acfa4f08930d.tar.gz
nixos-config-b580a7879d08e9b93e675bff1969acfa4f08930d.zip
Fix(system/services/nix): Use real names
Declaring things by their attribute name 'inputs', makes the lives of
linters and such exceptionally harder.
Diffstat (limited to 'flake')
-rw-r--r--flake/nixosConfigurations/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake/nixosConfigurations/default.nix b/flake/nixosConfigurations/default.nix
index 2a5ce883..4993d6a5 100644
--- a/flake/nixosConfigurations/default.nix
+++ b/flake/nixosConfigurations/default.nix
@@ -13,6 +13,7 @@
       users.soispha = import ../../home-manager;
       extraSpecialArgs = {
         inherit
+          inputs
           pkgs
           sysLib
           # extra information