fix(docs): adjust script to overlay changes
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
94bb2f6089
commit
138a6637e2
7 changed files with 9 additions and 5 deletions
|
@ -95,9 +95,7 @@
|
|||
perSystem (pkgs:
|
||||
import ./apps {inherit pkgs self;});
|
||||
|
||||
appsPackages =
|
||||
perSystem (pkgs:
|
||||
import ./apps/packages.nix {inherit inputs pkgs;});
|
||||
appsPackages = perSystem (pkgs: pkgs.appsPackages);
|
||||
|
||||
devShells =
|
||||
perSystem (pkgs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue