mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-12 08:00:05 +01:00
9 lines
246 B
Nix
9 lines
246 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);
|
|
mount = mount "/dev/sda" (import ./config.nix);
|
|
}
|