about summary refs log tree commit diff stats
path: root/flake.lock
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-07 10:39:32 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-07 10:46:28 +0200
commitfe7eb4c36dc64616b0c18683fc2f3c941bbb0c81 (patch)
tree39e25184999a6ee4b1a4e8e75796f190d86d4ab2 /flake.lock
parentpkgs/back: Remove (diff)
downloadnixos-server-fe7eb4c36dc64616b0c18683fc2f3c941bbb0c81.zip
modules/git-back: Init with the out-of-tree back
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock64
1 files changed, 31 insertions, 33 deletions
diff --git a/flake.lock b/flake.lock
index 75b1bc4..0edae36 100644
--- a/flake.lock
+++ b/flake.lock
@@ -25,6 +25,36 @@
         "type": "github"
       }
     },
+    "back": {
+      "inputs": {
+        "flake-utils": [
+          "flake-utils"
+        ],
+        "nixpkgs": [
+          "nixpkgs"
+        ],
+        "systems": [
+          "systems"
+        ],
+        "treefmt-nix": [
+          "treefmt-nix"
+        ]
+      },
+      "locked": {
+        "lastModified": 1749285532,
+        "narHash": "sha256-F3uPg5oVt2h3qIii98C9WiAK0USc8XHftV3rxJASp/o=",
+        "ref": "prime",
+        "rev": "0ab592d0ede24460c665db3d3e052aa80fb298f6",
+        "revCount": 24,
+        "type": "git",
+        "url": "https://git.foss-syndicate.org/vhack.eu/git_bug/back"
+      },
+      "original": {
+        "ref": "prime",
+        "type": "git",
+        "url": "https://git.foss-syndicate.org/vhack.eu/git_bug/back"
+      }
+    },
     "blobs": {
       "flake": false,
       "locked": {
@@ -259,41 +289,10 @@
         "type": "github"
       }
     },
-    "ragenix": {
-      "inputs": {
-        "agenix": [
-          "agenix"
-        ],
-        "crane": [
-          "crane"
-        ],
-        "flake-utils": [
-          "flake-utils"
-        ],
-        "nixpkgs": [
-          "nixpkgs"
-        ],
-        "rust-overlay": [
-          "rust-overlay"
-        ]
-      },
-      "locked": {
-        "lastModified": 1744897914,
-        "narHash": "sha256-GIVU92o2TZBnKQXTb76zpQbWR4zjU2rFqWKNIIpXnqA=",
-        "owner": "yaxitech",
-        "repo": "ragenix",
-        "rev": "40f2e17ecaeab4d78ec323e96a04548c0aaa5223",
-        "type": "github"
-      },
-      "original": {
-        "owner": "yaxitech",
-        "repo": "ragenix",
-        "type": "github"
-      }
-    },
     "root": {
       "inputs": {
         "agenix": "agenix",
+        "back": "back",
         "crane": "crane",
         "deploy-rs": "deploy-rs",
         "disko": "disko",
@@ -303,7 +302,6 @@
         "library": "library",
         "nixpkgs": "nixpkgs",
         "nixpkgs-unstable": "nixpkgs-unstable",
-        "ragenix": "ragenix",
         "rust-overlay": "rust-overlay",
         "simple-nixos-mailserver": "simple-nixos-mailserver",
         "systems": "systems",