mirror of
https://github.com/nix-community/disko.git
synced 2024-11-04 05:44:29 +03:00
9 lines
196 B
Nix
9 lines
196 B
Nix
# usage: nix-instantiate --eval --json --strict example | jq -r .
|
|
|
|
with import ../lib;
|
|
|
|
{
|
|
config = config "/dev/sda" (import ./config.nix);
|
|
create = create "/dev/sda" (import ./config.nix);
|
|
}
|