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 a1e8cfea47
commit 33cd40160e

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