[#9] first impermanence config support

This commit is contained in:
Dennis Frieberg 2023-09-28 17:12:34 +02:00
parent 4515516ba8
commit d008620456
Signed by untrusted user: nerf
GPG key ID: 42DED0E2D8F04FB6
5 changed files with 65 additions and 0 deletions

View file

@ -14,6 +14,9 @@
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
impermanence = {
url = "github:nix-community/impermanence";
};
};
outputs = inputs@{ flake-parts, ... }: