aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2026-06-18 22:41:33 +0200
committeruser@node5.net <user@node5.net>2026-06-18 23:10:33 +0200
commit84f6db9d7b5070c2101cd0fb3971471df70e13f9 (patch)
tree7ed03e161b0f1115f3315b5b54ae1b8f149cc8fc /flake.lock
parent52c5f75f80136bd5017abc88cb4b176b6aae9cda (diff)
nixify running
needs databse, this is handled separately
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock46
1 files changed, 46 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..31150c6
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,46 @@
+{
+ "nodes": {
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1781607440,
+ "narHash": "sha256-rxO+uc/KFbSJp+pgyXRuAX6QlG9hJdnt0BXpEQRXY+U=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "3e41b24abd260e8f71dbe2f5737d24122f972158",
+ "type": "github"
+ },
+ "original": {
+ "id": "nixpkgs",
+ "type": "indirect"
+ }
+ },
+ "pyproject-nix": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1781585874,
+ "narHash": "sha256-T4e8kqZ/fsuqYWbcXDcr0EBLClh3VRKVV1XcL/ibf3A=",
+ "owner": "nix-community",
+ "repo": "pyproject.nix",
+ "rev": "112aebcc00ecf20d48a5c08e80660a6852a4707a",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nix-community",
+ "repo": "pyproject.nix",
+ "type": "github"
+ }
+ },
+ "root": {
+ "inputs": {
+ "nixpkgs": "nixpkgs",
+ "pyproject-nix": "pyproject-nix"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}