chore(shell): Specialize for lab-infra
Some checks failed
Check meta / check_meta (pull_request) Successful in 17s
lint / check (push) Successful in 22s
build configuration / build_krz01 (pull_request) Failing after 18s
lint / check (pull_request) Successful in 22s

This commit is contained in:
sinavir 2024-10-18 10:03:17 +02:00
parent b8f729c290
commit eae18caa21

View file

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