diff options
-rw-r--r-- | default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/default.nix b/default.nix new file mode 100644 index 0000000..6d08b8d --- /dev/null +++ b/default.nix @@ -0,0 +1,3 @@ +{ + inherit (import ./lib) config create mount; +} |