shell, treefmt: move into /dev

keeps the repo root tidy
This commit is contained in:
zowoq 2023-05-17 09:10:12 +10:00
parent 0b4d4f17dc
commit a060248b95
4 changed files with 3 additions and 3 deletions

2
.envrc
View file

@ -1,2 +1,2 @@
watch_file treefmt.nix shell.nix watch_dir dev
use flake use flake

View file

@ -70,13 +70,13 @@
inputs.hercules-ci-effects.flakeModule inputs.hercules-ci-effects.flakeModule
inputs.treefmt-nix.flakeModule inputs.treefmt-nix.flakeModule
./effect.nix ./effect.nix
./shell.nix ./dev/shell.nix
]; ];
hercules-ci.github-pages.branch = "master"; hercules-ci.github-pages.branch = "master";
perSystem = { config, pkgs, ... }: { perSystem = { config, pkgs, ... }: {
treefmt.imports = [ ./treefmt.nix ]; treefmt.imports = [ ./dev/treefmt.nix ];
packages.pages = pkgs.runCommand "pages" packages.pages = pkgs.runCommand "pages"
{ {