fix(docs): adjust script to overlay changes
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2025-03-05 23:22:06 -05:00
parent 94bb2f6089
commit 138a6637e2
7 changed files with 9 additions and 5 deletions

View file

@ -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: