mirror of
https://github.com/nix-community/nixos-generators.git
synced 2024-11-22 01:52:05 +03:00
formats: init sd-x86_64
This commit is contained in:
parent
68702da0b9
commit
c320e2e079
14
formats/sd-x86_64.nix
Normal file
14
formats/sd-x86_64.nix
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
modulesPath,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
"${toString modulesPath}/installer/sd-card/sd-image-x86_64.nix"
|
||||
];
|
||||
|
||||
formatAttr = "sdImage";
|
||||
fileExtension = ".img.*";
|
||||
}
|
Loading…
Reference in New Issue
Block a user