summary refs log tree commit diff stats
path: root/flake.lock
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-08-02 12:12:09 +0200
committersils <sils@sils.li>2023-08-02 12:15:05 +0200
commit212d5951f8eca9713788ae4d08707f54363d4ecb (patch)
tree7f1f179141402e7e50005a8e2513364d9cd954a9 /flake.lock
parentFix(u/sils/nixneovim): Switcht to nvim-cmp (diff)
downloadnix-config-212d5951f8eca9713788ae4d08707f54363d4ecb.tar.gz
nix-config-212d5951f8eca9713788ae4d08707f54363d4ecb.zip
Feat(flake): Add impermanence
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock16
1 files changed, 16 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index de4b429..c3a2daf 100644
--- a/flake.lock
+++ b/flake.lock
@@ -371,6 +371,21 @@
         "type": "github"
       }
     },
+    "impermanence": {
+      "locked": {
+        "lastModified": 1690797372,
+        "narHash": "sha256-GImz19e33SeVcIvBB7NnhbJSbTpFFmNtWLh7Z85Y188=",
+        "owner": "nix-community",
+        "repo": "impermanence",
+        "rev": "e3a7acd113903269a1b5c8b527e84ce7ee859851",
+        "type": "github"
+      },
+      "original": {
+        "owner": "nix-community",
+        "repo": "impermanence",
+        "type": "github"
+      }
+    },
     "lanzaboote": {
       "inputs": {
         "crane": "crane_2",
@@ -752,6 +767,7 @@
         "flake-compat": "flake-compat",
         "flake-utils": "flake-utils",
         "home-manager": "home-manager",
+        "impermanence": "impermanence",
         "lanzaboote": "lanzaboote",
         "nixneovim": "nixneovim",
         "nixpkgs": "nixpkgs",