disko/example/default.nix

10 lines
213 B
Nix
Raw Normal View History

# usage: nix-instantiate --eval --json --strict example | jq -r .
2018-07-17 19:16:00 +02:00
with import ../lib;
2018-07-13 11:16:12 +02:00
{
config = config (import ./config.nix);
create = create (import ./config.nix);
mount = mount (import ./config.nix);
}