flake: add 'impermanence'

This commit is contained in:
Bruno BELANYI 2021-10-22 13:45:36 +02:00
parent 0f5f848c7e
commit 3cd1789ec9
2 changed files with 24 additions and 0 deletions

View file

@ -39,6 +39,13 @@
};
};
impermanence = {
type = "github";
owner = "nix-community";
repo = "impermanence";
ref = "master";
};
nixpkgs = {
type = "github";
owner = "NixOS";