Cleanup
This commit is contained in:
parent
cd0756e4b1
commit
468ada3a35
2 changed files with 2 additions and 4 deletions
4
.envrc
4
.envrc
|
@ -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
|
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue