From 8bed94a028a88ed03354cba62a0cccaab6dcb61e Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 16 May 2025 16:42:51 +0200 Subject: flake: Pack arguments in attribute sets This avoids having to change 3+ files, if you need to add a new argument. --- flake/packages/default.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'flake/packages') diff --git a/flake/packages/default.nix b/flake/packages/default.nix index 89c7c4f6..9c67eda3 100644 --- a/flake/packages/default.nix +++ b/flake/packages/default.nix @@ -8,14 +8,9 @@ # You should have received a copy of the License along with this program. # If not, see . { - self, - nixos-generators, pkgs, + self, myPkgs, - pkgsStable, - sysLib, - system, - shell_library, ... }: let inherit (pkgs) lib; @@ -85,8 +80,6 @@ in # format = "install-iso"; # }; - update_shell_lib = shell_library.packages."${system}".update_shell_library; - # gpg-iso = nixos-generators.nixosGenerate { # system = "x86_64-linux"; # specialArgs = defaultSpecialArgs; -- cgit 1.4.1