mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-11 23:50:05 +01:00
lib.body.*: don't require initial (unused) state
This commit is contained in:
parent
9cbf541974
commit
348d4f164f
2 changed files with 36 additions and 29 deletions
|
|
@ -3,7 +3,7 @@
|
|||
with import ../lib;
|
||||
|
||||
{
|
||||
config = config "/dev/sda" (import ./config.nix);
|
||||
create = create "/dev/sda" (import ./config.nix);
|
||||
mount = mount "/dev/sda" (import ./config.nix);
|
||||
config = config (import ./config.nix);
|
||||
create = create (import ./config.nix);
|
||||
mount = mount (import ./config.nix);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue