chore(shell): Specialize for lab-infra
This commit is contained in:
parent
b8f729c290
commit
eae18caa21
1 changed files with 1 additions and 5 deletions
|
@ -78,13 +78,9 @@ in
|
||||||
|
|
||||||
shells = {
|
shells = {
|
||||||
default = pkgs.mkShell {
|
default = pkgs.mkShell {
|
||||||
name = "dgnum-infra";
|
name = "dgnum-lab-infra";
|
||||||
|
|
||||||
packages = [
|
packages = [
|
||||||
(pkgs.nixos-generators.overrideAttrs (_: {
|
|
||||||
version = "1.8.0-unstable";
|
|
||||||
src = builtins.storePath sources.nixos-generators;
|
|
||||||
}))
|
|
||||||
pkgs.npins
|
pkgs.npins
|
||||||
|
|
||||||
(pkgs.callPackage ./lib/colmena { inherit (nix-pkgs) colmena; })
|
(pkgs.callPackage ./lib/colmena { inherit (nix-pkgs) colmena; })
|
||||||
|
|
Loading…
Reference in a new issue