diff options
| -rw-r--r-- | custom/lvm-snapshots.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/custom/lvm-snapshots.nix b/custom/lvm-snapshots.nix index 96d435c5..74b11e3a 100644 --- a/custom/lvm-snapshots.nix +++ b/custom/lvm-snapshots.nix | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | { config, lib, pkgs, ... }: | 1 | { config, lib, utils, pkgs, ... }: |
| 2 | 2 | ||
| 3 | with utils; | ||
| 3 | with lib; | 4 | with lib; |
| 4 | 5 | ||
| 5 | let | 6 | let |
