feat: refactor to add apps README
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2025-01-20 12:34:07 -05:00
parent 2cab8107ba
commit 546eda3ee2
12 changed files with 81 additions and 52 deletions

View file

@ -133,11 +133,11 @@
apps =
perSystem (pkgs:
import ./apps {inherit inputs pkgs;});
import ./apps {inherit pkgs self;});
appsPackages =
perSystem (pkgs:
import ./apps/packages.nix {inherit pkgs self;});
import ./apps/packages.nix {inherit inputs pkgs;});
devShells =
perSystem (pkgs: