flake: add 'impermanence'
This commit is contained in:
parent
6f643052e1
commit
c9c34a8aef
17
flake.lock
17
flake.lock
|
@ -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"
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue