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 {}; t-rex-miner = pkgs.callPackage ./t-rex-miner {};
afk-cmds = pkgs.callPackage ./afk-cmds {}; afk-cmds = pkgs.callPackage ./afk-cmds {};
parrot = pkgs.callPackage ./parrot {}; parrot = pkgs.callPackage ./parrot {};
nixos-iso = pkgs.callPackage ./nixos-iso {};
} }

View file

@ -25,8 +25,7 @@ _: {
fonts.fontconfig.enable = lib.mkForce false; fonts.fontconfig.enable = lib.mkForce false;
isoImage = { isoImage = {
edition = lib.mkForce "gerg-minimal"; edition = lib.mkForce "custom-minimal";
isoName = lib.mkForce "NixOS.iso"; isoName = lib.mkForce "NixOS.iso";
}; };
nix = { nix = {