iso package test
This commit is contained in:
@@ -1,5 +1,17 @@
|
||||
{ self, inputs, ... }: {
|
||||
|
||||
perSystem = { config, system, pkgs, self', inputs', ... }: {
|
||||
packages.iso = self.nixosConfigurations.iso.config.system.build.isoImage;
|
||||
};
|
||||
|
||||
flake.nixosConfigurations.iso = inputs.nixpkgs.lib.nixosSystem {
|
||||
|
||||
modules = [
|
||||
self.nixosModules.iso
|
||||
self.nixosModules.default
|
||||
];
|
||||
};
|
||||
|
||||
flake.nixosModules.iso = { lib, pkgs, modulesPath, ... }: {
|
||||
|
||||
imports = with inputs; [
|
||||
|
||||
Reference in New Issue
Block a user