add devshells
This commit is contained in:
parent
2fce8c3c13
commit
2bb2a97377
3 changed files with 18 additions and 7 deletions
14
flake.nix
14
flake.nix
|
|
@ -132,12 +132,14 @@
|
|||
pkgs = import nixpkgs { inherit system; };
|
||||
in
|
||||
{
|
||||
devShells.default = pkgs.mkShell {
|
||||
buildInputs = [
|
||||
colmena.packages.${system}.colmena
|
||||
agenix.packages.${system}.default
|
||||
pkgs.openssl
|
||||
];
|
||||
devShells = import ./devshells { inherit pkgs; } // {
|
||||
default = pkgs.mkShell {
|
||||
buildInputs = [
|
||||
colmena.packages.${system}.colmena
|
||||
agenix.packages.${system}.default
|
||||
pkgs.openssl
|
||||
];
|
||||
};
|
||||
};
|
||||
formatter = pkgs.nixfmt-tree;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue