From c9c34a8aefae88d0b7aed61090b478e984343dc4 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Fri, 22 Oct 2021 13:45:36 +0200 Subject: [PATCH] flake: add 'impermanence' --- flake.lock | 17 +++++++++++++++++ flake.nix | 8 ++++++++ 2 files changed, 25 insertions(+) diff --git a/flake.lock b/flake.lock index 5f75c7f..5ae77d6 100644 --- a/flake.lock +++ b/flake.lock @@ -58,6 +58,22 @@ "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": { "locked": { "lastModified": 1636267212, @@ -119,6 +135,7 @@ "agenix": "agenix", "futils": "futils", "home-manager": "home-manager", + "impermanence": "impermanence", "nixpkgs": "nixpkgs", "nur": "nur", "pre-commit-hooks": "pre-commit-hooks" diff --git a/flake.nix b/flake.nix index 39e0eb6..a00d71b 100644 --- a/flake.nix +++ b/flake.nix @@ -28,6 +28,13 @@ }; }; + impermanence = { + type = "github"; + owner = "nix-community"; + repo = "impermanence"; + ref = "master"; + }; + nixpkgs = { type = "github"; owner = "NixOS"; @@ -60,6 +67,7 @@ , agenix , futils , home-manager + , impermanence , nixpkgs , nur , pre-commit-hooks