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`.
This commit is contained in:
Rodrigo Arias 2023-09-14 18:28:09 +02:00
parent c73a337471
commit fefdbe9c55

View File

@ -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;
};
}