flake: add 'impermanence'

This commit is contained in:
Bruno BELANYI 2021-10-22 13:45:36 +02:00
parent 6f643052e1
commit c9c34a8aef
2 changed files with 25 additions and 0 deletions

View file

@ -58,6 +58,22 @@
"type": "github" "type": "github"
} }
}, },
"impermanence": {
"locked": {
"lastModified": 1637264167,
"narHash": "sha256-U7HxyHPkk4RwjDs+gMwmRzf20KZ3aVUMdl1nnlGN270=",
"owner": "nix-community",
"repo": "impermanence",
"rev": "b74f468e4e5294c3d43f1ba1955c41ccc037ca83",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "master",
"repo": "impermanence",
"type": "github"
}
},
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1636267212, "lastModified": 1636267212,
@ -119,6 +135,7 @@
"agenix": "agenix", "agenix": "agenix",
"futils": "futils", "futils": "futils",
"home-manager": "home-manager", "home-manager": "home-manager",
"impermanence": "impermanence",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs",
"nur": "nur", "nur": "nur",
"pre-commit-hooks": "pre-commit-hooks" "pre-commit-hooks": "pre-commit-hooks"

View file

@ -28,6 +28,13 @@
}; };
}; };
impermanence = {
type = "github";
owner = "nix-community";
repo = "impermanence";
ref = "master";
};
nixpkgs = { nixpkgs = {
type = "github"; type = "github";
owner = "NixOS"; owner = "NixOS";
@ -60,6 +67,7 @@
, agenix , agenix
, futils , futils
, home-manager , home-manager
, impermanence
, nixpkgs , nixpkgs
, nur , nur
, pre-commit-hooks , pre-commit-hooks