feat: refactor to add apps README
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
2cab8107ba
commit
546eda3ee2
12 changed files with 81 additions and 52 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue