summary refs log tree commit diff
path: root/flake.lock
diff options
context:
space:
mode:
authorMalte Voos <git@mal.tc>2022-08-20 13:27:09 +0200
committerMalte Voos <git@mal.tc>2022-08-20 13:27:09 +0200
commit7d9836ebef1950c550081b2ea9cd3f7718280a02 (patch)
tree8bb48736644fe40fb1861f980844c37a5ed44eff /flake.lock
downloadlife-7d9836ebef1950c550081b2ea9cd3f7718280a02.tar.gz
life-7d9836ebef1950c550081b2ea9cd3f7718280a02.zip
init
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock82
1 files changed, 82 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..16be965
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,82 @@
+{
+  "nodes": {
+    "fenix": {
+      "inputs": {
+        "nixpkgs": [
+          "nixpkgs"
+        ],
+        "rust-analyzer-src": "rust-analyzer-src"
+      },
+      "locked": {
+        "lastModified": 1660890677,
+        "narHash": "sha256-Pjo7boTFANtflin0ESiwhFIrtCfss0z2DjEbKMjeFh8=",
+        "owner": "nix-community",
+        "repo": "fenix",
+        "rev": "dca822b67ddf0af52f9b63feaeefc1668c8635c0",
+        "type": "github"
+      },
+      "original": {
+        "owner": "nix-community",
+        "repo": "fenix",
+        "type": "github"
+      }
+    },
+    "flake-utils": {
+      "locked": {
+        "lastModified": 1659877975,
+        "narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
+        "owner": "numtide",
+        "repo": "flake-utils",
+        "rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
+        "type": "github"
+      },
+      "original": {
+        "owner": "numtide",
+        "repo": "flake-utils",
+        "type": "github"
+      }
+    },
+    "nixpkgs": {
+      "locked": {
+        "lastModified": 1660819943,
+        "narHash": "sha256-TRZV/mlW1eYuojqDC3ueYWj7jsTKXJCtyMLNYX/Ybtw=",
+        "owner": "NixOS",
+        "repo": "nixpkgs",
+        "rev": "8ea014acc33da95ea56c902229957d8225005163",
+        "type": "github"
+      },
+      "original": {
+        "owner": "NixOS",
+        "ref": "nixos-unstable",
+        "repo": "nixpkgs",
+        "type": "github"
+      }
+    },
+    "root": {
+      "inputs": {
+        "fenix": "fenix",
+        "flake-utils": "flake-utils",
+        "nixpkgs": "nixpkgs"
+      }
+    },
+    "rust-analyzer-src": {
+      "flake": false,
+      "locked": {
+        "lastModified": 1660838778,
+        "narHash": "sha256-SpV0kKZ5b0+w6y15x7ZvBTjxOiAfqgyPq5SWpHDxoV4=",
+        "owner": "rust-lang",
+        "repo": "rust-analyzer",
+        "rev": "917bd68b37de4e60e7203061a0a9c23b74d2b5c2",
+        "type": "github"
+      },
+      "original": {
+        "owner": "rust-lang",
+        "ref": "nightly",
+        "repo": "rust-analyzer",
+        "type": "github"
+      }
+    }
+  },
+  "root": "root",
+  "version": 7
+}