From b580a7879d08e9b93e675bff1969acfa4f08930d Mon Sep 17 00:00:00 2001 From: ene Date: Mon, 3 Apr 2023 09:10:14 +0200 Subject: Fix(system/services/nix): Use real names Declaring things by their attribute name 'inputs', makes the lives of linters and such exceptionally harder. --- flake/nixosConfigurations/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'flake/nixosConfigurations/default.nix') 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 -- cgit 1.4.1