Add devshell to Hercules CI
This commit is contained in:
parent
6c58b6b6c6
commit
2e843a0083
@ -147,6 +147,9 @@
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
onPush = {
|
onPush = {
|
||||||
|
default.outputs = {
|
||||||
|
shell = self.devShells.x86_64-linux.default;
|
||||||
|
};
|
||||||
systems.outputs = {
|
systems.outputs = {
|
||||||
colony = system "colony";
|
colony = system "colony";
|
||||||
vms = genAttrs [ "estuary" "shill" ] system;
|
vms = genAttrs [ "estuary" "shill" ] system;
|
||||||
@ -162,6 +165,8 @@
|
|||||||
let
|
let
|
||||||
pkgs = pkgs'.mine.${system};
|
pkgs = pkgs'.mine.${system};
|
||||||
lib = pkgs.lib;
|
lib = pkgs.lib;
|
||||||
|
|
||||||
|
shell = pkgs.devshell.mkShell ./devshell;
|
||||||
in
|
in
|
||||||
# Stuff for each platform
|
# Stuff for each platform
|
||||||
{
|
{
|
||||||
@ -171,6 +176,7 @@
|
|||||||
deploy = recurseIntoAttrs (pkgs.deploy-rs.lib.deployChecks self.deploy);
|
deploy = recurseIntoAttrs (pkgs.deploy-rs.lib.deployChecks self.deploy);
|
||||||
};
|
};
|
||||||
|
|
||||||
devShell = pkgs.devshell.mkShell ./devshell;
|
devShells.default = shell;
|
||||||
|
devShell = shell;
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user