Added live package to flake
This commit is contained in:
parent
bf68910323
commit
8d00cd6c89
2 changed files with 9 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
Removed jgrpp-0-65-2
|
||||
Added live package to flake
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
|
||||
outputs =
|
||||
{
|
||||
self,
|
||||
nixpkgs,
|
||||
home-manager,
|
||||
plasma-manager,
|
||||
|
|
@ -62,8 +63,15 @@
|
|||
inherit system;
|
||||
modules = baseModules ++ [
|
||||
(nixpkgs + "/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix")
|
||||
{
|
||||
disabledModules = [
|
||||
"profiles/all-hardware.nix"
|
||||
"profiles/base.nix"
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
packages.${system}.live = self.nixosConfigurations.live.config.system.build.isoImage;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue