dev/shell: flatten
This commit is contained in:
parent
df9aa7a9dd
commit
f97f1eb48f
2 changed files with 12 additions and 13 deletions
|
@ -1,16 +1,15 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
perSystem = { pkgs, ... }: {
|
devShells = {
|
||||||
devShells = {
|
default = with pkgs; mkShellNoCC {
|
||||||
default = with pkgs; mkShellNoCC {
|
packages = [
|
||||||
packages = [
|
jq
|
||||||
jq
|
python3.pkgs.deploykit
|
||||||
python3.pkgs.deploykit
|
python3.pkgs.invoke
|
||||||
python3.pkgs.invoke
|
rsync
|
||||||
rsync
|
sops
|
||||||
sops
|
ssh-to-age
|
||||||
ssh-to-age
|
];
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -70,12 +70,12 @@
|
||||||
inputs.hercules-ci-effects.flakeModule
|
inputs.hercules-ci-effects.flakeModule
|
||||||
inputs.treefmt-nix.flakeModule
|
inputs.treefmt-nix.flakeModule
|
||||||
./effect.nix
|
./effect.nix
|
||||||
./dev/shell.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
hercules-ci.github-pages.branch = "master";
|
hercules-ci.github-pages.branch = "master";
|
||||||
|
|
||||||
perSystem = { config, pkgs, ... }: {
|
perSystem = { config, pkgs, ... }: {
|
||||||
|
imports = [ ./dev/shell.nix ];
|
||||||
treefmt.imports = [ ./dev/treefmt.nix ];
|
treefmt.imports = [ ./dev/treefmt.nix ];
|
||||||
|
|
||||||
packages.pages = pkgs.runCommand "pages"
|
packages.pages = pkgs.runCommand "pages"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue