mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-12 08:00:05 +01:00
9 lines
213 B
Nix
9 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);
|
|
}
|