aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2023-07-18 21:54:51 +0000
committerAlex <alex@adnab.me>2023-07-18 21:54:51 +0000
commit18eb73d52ea5221a76da7d2620d46ae501b99cf6 (patch)
tree2425b6ef61290307625c85592610e86f16670127 /flake.lock
parent6ba611361e6d3ae701ea211adddbed61ea338da7 (diff)
parent79ca8e76a43e8df527c68b00ebc10eaceef9daaa (diff)
downloadgarage-18eb73d52ea5221a76da7d2620d46ae501b99cf6.tar.gz
garage-18eb73d52ea5221a76da7d2620d46ae501b99cf6.zip
Merge pull request 'flake-compat: use nix-community fork' (#599) from flokli/garage:flake-compat into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/599
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock20
1 files changed, 9 insertions, 11 deletions
diff --git a/flake.lock b/flake.lock
index ac5b10e2..8de99c3e 100644
--- a/flake.lock
+++ b/flake.lock
@@ -2,7 +2,9 @@
"nodes": {
"cargo2nix": {
"inputs": {
- "flake-compat": "flake-compat",
+ "flake-compat": [
+ "flake-compat"
+ ],
"flake-utils": "flake-utils",
"nixpkgs": [
"nixpkgs"
@@ -25,17 +27,16 @@
}
},
"flake-compat": {
- "flake": false,
"locked": {
- "lastModified": 1650374568,
- "narHash": "sha256-Z+s0J8/r907g149rllvwhb4pKi8Wam5ij0st8PwAh+E=",
- "owner": "edolstra",
+ "lastModified": 1688025799,
+ "narHash": "sha256-ktpB4dRtnksm9F5WawoIkEneh1nrEvuxb5lJFt1iOyw=",
+ "owner": "nix-community",
"repo": "flake-compat",
- "rev": "b4a34015c698c7793d592d66adbab377907a2be8",
+ "rev": "8bf105319d44f6b9f0d764efa4fdef9f1cc9ba1c",
"type": "github"
},
"original": {
- "owner": "edolstra",
+ "owner": "nix-community",
"repo": "flake-compat",
"type": "github"
}
@@ -111,10 +112,7 @@
"root": {
"inputs": {
"cargo2nix": "cargo2nix",
- "flake-compat": [
- "cargo2nix",
- "flake-compat"
- ],
+ "flake-compat": "flake-compat",
"flake-utils": [
"cargo2nix",
"flake-utils"