From 8284b6a7b4d212913083b003a819fda8d4931d4d Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 24 Feb 2024 14:59:50 +0100 Subject: refactor(hm/pkgs): Implement with an nixpkgs overlay --- flake/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'flake') diff --git a/flake/default.nix b/flake/default.nix index bbf9044e..185286eb 100644 --- a/flake/default.nix +++ b/flake/default.nix @@ -140,7 +140,7 @@ }; } ); -in { + nixosConfigurations = import ./nixosConfigurations { inherit system @@ -152,7 +152,8 @@ in { defaultSpecialArgs ; }; - inherit pkgs; +in { + inherit pkgs nixosConfigurations; checks."${system}" = { inherit (self.packages."${system}") -- cgit 1.4.1