From 0e8c5d1e6757ea049e5e58c2d56701748d99fe6a Mon Sep 17 00:00:00 2001 From: lassulus Date: Wed, 25 Jul 2018 01:25:04 +0200 Subject: layout -> devices, expose body --- example/config.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example') diff --git a/example/config.nix b/example/config.nix index 36c0950..be02f23 100644 --- a/example/config.nix +++ b/example/config.nix @@ -1,8 +1,8 @@ # usage: nix-instantiate --eval --json --strict example/config.nix | jq . { - type = "layout"; + type = "devices"; content = { - "/dev/sda" = { + sda = { type = "table"; format = "gpt"; partitions = [ -- cgit v1.2.3