diff options
author | lassulus <lassulus@lassul.us> | 2018-07-24 18:53:51 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2018-07-24 18:53:51 +0200 |
commit | d2f8f4a6cf7881fbf330e226fe54b4d774154af7 (patch) | |
tree | 2e748cd7c5c3f28a9c84240c1cd751391651bf87 /example | |
parent | 72624394013bb4b284dd5c3ad3441625f71b49c6 (diff) |
rename format -> create
Diffstat (limited to 'example')
-rw-r--r-- | example/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/default.nix b/example/default.nix index cb98853..4cd8ed6 100644 --- a/example/default.nix +++ b/example/default.nix @@ -3,6 +3,6 @@ with import ../lib; { - format = format "/dev/sda" (import ./config.nix); config = config "/dev/sda" (import ./config.nix); + create = create "/dev/sda" (import ./config.nix); } |