aboutsummaryrefslogtreecommitdiffstats
path: root/flake.lock
diff options
context:
space:
mode:
authorLibravatar Rutger Broekhoff2024-01-19 00:21:09 +0100
committerLibravatar Rutger Broekhoff2024-01-19 00:21:09 +0100
commit5156228f18f08255a1f5c7e22097b8e367881e19 (patch)
tree8caccbf4d6d47b9f365d091d5b3426c4e6f7dafa /flake.lock
parentb07332d62c347326baade26e3a3c281b83172615 (diff)
downloadgitolfs3-5156228f18f08255a1f5c7e22097b8e367881e19.tar.gz
gitolfs3-5156228f18f08255a1f5c7e22097b8e367881e19.zip
Rust code dump
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock20
1 files changed, 20 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index eb759fc..369d5eb 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1,5 +1,24 @@
1{ 1{
2 "nodes": { 2 "nodes": {
3 "crane": {
4 "inputs": {
5 "nixpkgs": [
6 "nixpkgs"
7 ]
8 },
9 "locked": {
10 "lastModified": 1701384536,
11 "narHash": "sha256-PdYjpXmkn4FYJU7uvmCa54b0PPXBgDZHJaJpSEWR1Ek=",
12 "rev": "07c531adf572dafd494db0672cdac00e48216171",
13 "revCount": 469,
14 "type": "tarball",
15 "url": "https://api.flakehub.com/f/pinned/ipetkov/crane/0.15.1/018c226e-9985-758b-9809-17419c4ebd2d/source.tar.gz"
16 },
17 "original": {
18 "type": "tarball",
19 "url": "https://flakehub.com/f/ipetkov/crane/0.15.1.tar.gz"
20 }
21 },
3 "flake-utils": { 22 "flake-utils": {
4 "inputs": { 23 "inputs": {
5 "systems": "systems" 24 "systems": "systems"
@@ -33,6 +52,7 @@
33 }, 52 },
34 "root": { 53 "root": {
35 "inputs": { 54 "inputs": {
55 "crane": "crane",
36 "flake-utils": "flake-utils", 56 "flake-utils": "flake-utils",
37 "nixpkgs": "nixpkgs" 57 "nixpkgs": "nixpkgs"
38 } 58 }