move impermanence input up the tree

This commit is contained in:
2024-10-18 19:27:16 -05:00
parent 1996373de2
commit 50f4f37a8c
4 changed files with 20 additions and 54 deletions

View File

@@ -1,10 +0,0 @@
{
description = "nix impermanence config";
inputs.impermanence.url = "github:nix-community/impermanence";
outputs = { self, ... }: {
module = { config, lib, ... }: import ./. { inherit config lib self; };
};
}