diff options
| author | ene <ene@sils.com> | 2023-04-03 09:10:14 +0200 |
|---|---|---|
| committer | ene <ene@sils.com> | 2023-04-03 09:10:14 +0200 |
| commit | b580a7879d08e9b93e675bff1969acfa4f08930d (patch) | |
| tree | b652bb88c37e7130ee49a85a95b42f0d80d703e9 /flake | |
| parent | Chore(flake): Update (diff) | |
| download | 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 '')
| -rw-r--r-- | flake/nixosConfigurations/default.nix | 1 |
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 |
