mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-12 08:00:05 +01:00
8 lines
196 B
Nix
8 lines
196 B
Nix
# usage: nix-instantiate --eval --json --strict example | jq -r .
|
|
|
|
with import ../lib;
|
|
|
|
{
|
|
format = format "/dev/sda" (import ./config.nix);
|
|
config = config "/dev/sda" (import ./config.nix);
|
|
}
|