moved iso to pkgs folder

This commit is contained in:
Gerg-L 2023-03-08 20:51:27 -05:00
parent f727e15f2c
commit 1ae7fc1049
2 changed files with 2 additions and 2 deletions

View file

@ -2,4 +2,5 @@ pkgs: {
t-rex-miner = pkgs.callPackage ./t-rex-miner {};
afk-cmds = pkgs.callPackage ./afk-cmds {};
parrot = pkgs.callPackage ./parrot {};
nixos-iso = pkgs.callPackage ./nixos-iso {};
}