shell, treefmt: move into /dev
keeps the repo root tidy
This commit is contained in:
parent
0b4d4f17dc
commit
a060248b95
4 changed files with 3 additions and 3 deletions
2
.envrc
2
.envrc
|
@ -1,2 +1,2 @@
|
|||
watch_file treefmt.nix shell.nix
|
||||
watch_dir dev
|
||||
use flake
|
||||
|
|
|
@ -70,13 +70,13 @@
|
|||
inputs.hercules-ci-effects.flakeModule
|
||||
inputs.treefmt-nix.flakeModule
|
||||
./effect.nix
|
||||
./shell.nix
|
||||
./dev/shell.nix
|
||||
];
|
||||
|
||||
hercules-ci.github-pages.branch = "master";
|
||||
|
||||
perSystem = { config, pkgs, ... }: {
|
||||
treefmt.imports = [ ./treefmt.nix ];
|
||||
treefmt.imports = [ ./dev/treefmt.nix ];
|
||||
|
||||
packages.pages = pkgs.runCommand "pages"
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue