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