devShell: change colmena to the nixpkgs version

this is done to avoid unnecessarily recompiling colmena
This commit is contained in:
Janik Haag 2024-07-12 19:00:55 +02:00 committed by Pierre Bourdon
parent af515792cc
commit 9189b73a5f

View file

@ -61,8 +61,8 @@
devShells.${system}.default = pkgs.mkShell {
packages = [
inputs.agenix.packages.${system}.agenix
inputs.colmena.packages.${system}.colmena
pkgs.colmena
pkgs.opentofu
];
};