summary refs log tree commit diff
path: root/flake.lock
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@internetsafetylabs.org>2025-10-08 02:10:24 -0700
committerIrene Knapp <ireneista@internetsafetylabs.org>2025-10-08 02:10:24 -0700
commit7dad24cb3d807d2aef23583aac2d48b70edb1903 (patch)
tree9b5e2c0dbfc1a08279e98c613c8dcd454ce78827 /flake.lock
initial version of the Mantis Smalltech plugin
this plugin will hold whatever style and navigation changes we wind up making to Mantis over time. the plan is to eventually publish it as part of Smalltech.

as of this initial version, it makes the b/37 syntax work for links to Mantis bugs (per the feature request tracked in that same bug)

Force-Push: initial development in a new repo
Change-Id: Ie98e8abc9658fdf673b2feb23fb1323fa9b1b1c4
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock27
1 files changed, 27 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..c365793
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,27 @@
+{
+  "nodes": {
+    "nixpkgs": {
+      "locked": {
+        "lastModified": 1759735786,
+        "narHash": "sha256-a0+h02lyP2KwSNrZz4wLJTu9ikujNsTWIC874Bv7IJ0=",
+        "owner": "NixOS",
+        "repo": "nixpkgs",
+        "rev": "20c4598c84a671783f741e02bf05cbfaf4907cff",
+        "type": "github"
+      },
+      "original": {
+        "owner": "NixOS",
+        "ref": "nixos-25.05",
+        "repo": "nixpkgs",
+        "type": "github"
+      }
+    },
+    "root": {
+      "inputs": {
+        "nixpkgs": "nixpkgs"
+      }
+    }
+  },
+  "root": "root",
+  "version": 7
+}