mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
moved iso to pkgs folder
This commit is contained in:
parent
f727e15f2c
commit
1ae7fc1049
2 changed files with 2 additions and 2 deletions
|
|
@ -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 {};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,8 +25,7 @@ _: {
|
|||
fonts.fontconfig.enable = lib.mkForce false;
|
||||
|
||||
isoImage = {
|
||||
edition = lib.mkForce "gerg-minimal";
|
||||
|
||||
edition = lib.mkForce "custom-minimal";
|
||||
isoName = lib.mkForce "NixOS.iso";
|
||||
};
|
||||
nix = {
|
||||
Loading…
Add table
Add a link
Reference in a new issue