This commit is contained in:
Daniel Ziltener 2024-09-21 18:13:38 +02:00
parent cd0756e4b1
commit 468ada3a35
Signed by: zilti
GPG key ID: B38976E82C9DAE42
2 changed files with 2 additions and 4 deletions

4
.envrc
View file

@ -1,3 +1 @@
export CHICKEN_DOC_REPOSITORY="$(pwd)/.local/chicken/chicken-doc" use flake . --impure --show-trace
mkdir -p "${CHICKEN_DOC_REPOSITORY}"
use flake . --impure

View file

@ -21,7 +21,7 @@
pkgsFor = forAllSystems (system: pkgsFor = forAllSystems (system:
import nixpkgs { import nixpkgs {
localSystem.system = system; localSystem.system = system;
overlays = with self.overlays; [chicken tcc-mob]; overlays = with self.overlays; [chicken];
}); });
in { in {
overlays = { overlays = {