about summary refs log tree commit diff stats
path: root/flake.lock
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-02-18 23:45:10 +0100
committerene <ene@sils.li>2023-02-18 23:45:10 +0100
commit47dfde54f5e753a2b14a63aad7e6995ee66bd1a3 (patch)
treec2f31b4eb4247e9aaf023ae02df27c0eb9f6e569 /flake.lock
parentFeat: Move (nearly all) packages to user configs (diff)
downloadnixos-config-47dfde54f5e753a2b14a63aad7e6995ee66bd1a3.zip
Fix: Add snap-sync through the nix flake
Diffstat (limited to '')
-rw-r--r--flake.lock17
1 files changed, 17 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index dbe65c59..de8cf12a 100644
--- a/flake.lock
+++ b/flake.lock
@@ -189,6 +189,7 @@
         "impermanence": "impermanence",
         "neovim_config": "neovim_config",
         "nixpkgs": "nixpkgs",
+        "snap-sync": "snap-sync",
         "strip_js_comments": "strip_js_comments",
         "user_js": "user_js"
       }
@@ -220,6 +221,22 @@
         "type": "github"
       }
     },
+    "snap-sync": {
+      "flake": false,
+      "locked": {
+        "lastModified": 1653097113,
+        "narHash": "sha256-jKoGBh8dtS9XZkUuZZcLDqreMUdyVZ16z1+Xc63TC4Q=",
+        "owner": "qubidt",
+        "repo": "snap-sync",
+        "rev": "84e2ad00800cf43d0952b61add7e77797eced82d",
+        "type": "github"
+      },
+      "original": {
+        "owner": "qubidt",
+        "repo": "snap-sync",
+        "type": "github"
+      }
+    },
     "strip_js_comments": {
       "inputs": {
         "crane": "crane",