mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
lib/images: make system
attribute as a requirement
This commit is contained in:
parent
5972fb48fc
commit
9ef86934ea
@ -35,7 +35,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
# A wrapper around the nixos-generators `nixosGenerate` function.
|
# A wrapper around the nixos-generators `nixosGenerate` function.
|
||||||
mkImage = { system ? null, pkgs ? null, extraModules ? [ ], extraArgs ? { }, format ? "iso" }:
|
mkImage = { system, pkgs ? null, extraModules ? [ ], extraArgs ? { }, format ? "iso" }:
|
||||||
inputs.nixos-generators.nixosGenerate {
|
inputs.nixos-generators.nixosGenerate {
|
||||||
inherit pkgs system format lib;
|
inherit pkgs system format lib;
|
||||||
specialArgs = extraArgs;
|
specialArgs = extraArgs;
|
||||||
|
Loading…
Reference in New Issue
Block a user