From 33cd40160e1786791f0f1c60dacd143d22d3d1cc Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Thu, 14 Sep 2023 18:28:09 +0200 Subject: [PATCH] Use hut packages as the default package set Allows the user to directly access nixpkgs and bscpkgs from the top level as `nix build jungle#htop` and `nix build jungle#bsc.ovni`. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 10be75a..d9fd95f 100644 --- a/flake.nix +++ b/flake.nix @@ -26,6 +26,6 @@ in lake2 = mkConf "lake2"; }; - packages.x86_64-linux.hut = self.nixosConfigurations.hut.pkgs; + packages.x86_64-linux = self.nixosConfigurations.hut.pkgs; }; }