summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorCharles Hall <charles@computer.surgery>2023-04-04 17:30:30 -0700
committerCharles Hall <charles@computer.surgery>2023-04-04 17:42:24 -0700
commit55149e33361b07c87be66a8b6632d9fcb2711548 (patch)
tree5116aed1951066cb1a59be7d2bfd0b6256654ab1 /flake.lock
parent2b63e46fc5c4234823a1d71b2a7eac4ee15cd9be (diff)
downloadconduit-55149e33361b07c87be66a8b6632d9fcb2711548.zip
use crane instead of naersk
I guess naersk still doesn't support git dependencies using workspace inheritance, but crane does.
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock88
1 files changed, 67 insertions, 21 deletions
diff --git a/flake.lock b/flake.lock
index 280e1b5..d76ff59 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1,5 +1,30 @@
{
"nodes": {
+ "crane": {
+ "inputs": {
+ "flake-compat": "flake-compat",
+ "flake-utils": [
+ "flake-utils"
+ ],
+ "nixpkgs": [
+ "nixpkgs"
+ ],
+ "rust-overlay": "rust-overlay"
+ },
+ "locked": {
+ "lastModified": 1680584903,
+ "narHash": "sha256-uraq+D3jcLzw/UVk0xMHcnfILfIMa0DLrtAEq2nNlxU=",
+ "owner": "ipetkov",
+ "repo": "crane",
+ "rev": "65d3f6a3970cd46bef5eedfd458300f72c56b3c5",
+ "type": "github"
+ },
+ "original": {
+ "owner": "ipetkov",
+ "repo": "crane",
+ "type": "github"
+ }
+ },
"fenix": {
"inputs": {
"nixpkgs": [
@@ -21,6 +46,22 @@
"type": "github"
}
},
+ "flake-compat": {
+ "flake": false,
+ "locked": {
+ "lastModified": 1673956053,
+ "narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=",
+ "owner": "edolstra",
+ "repo": "flake-compat",
+ "rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9",
+ "type": "github"
+ },
+ "original": {
+ "owner": "edolstra",
+ "repo": "flake-compat",
+ "type": "github"
+ }
+ },
"flake-utils": {
"locked": {
"lastModified": 1678901627,
@@ -36,26 +77,6 @@
"type": "github"
}
},
- "naersk": {
- "inputs": {
- "nixpkgs": [
- "nixpkgs"
- ]
- },
- "locked": {
- "lastModified": 1679567394,
- "narHash": "sha256-ZvLuzPeARDLiQUt6zSZFGOs+HZmE+3g4QURc8mkBsfM=",
- "owner": "nix-community",
- "repo": "naersk",
- "rev": "88cd22380154a2c36799fe8098888f0f59861a15",
- "type": "github"
- },
- "original": {
- "owner": "nix-community",
- "repo": "naersk",
- "type": "github"
- }
- },
"nixpkgs": {
"locked": {
"lastModified": 1680652733,
@@ -73,9 +94,9 @@
},
"root": {
"inputs": {
+ "crane": "crane",
"fenix": "fenix",
"flake-utils": "flake-utils",
- "naersk": "naersk",
"nixpkgs": "nixpkgs"
}
},
@@ -95,6 +116,31 @@
"repo": "rust-analyzer",
"type": "github"
}
+ },
+ "rust-overlay": {
+ "inputs": {
+ "flake-utils": [
+ "crane",
+ "flake-utils"
+ ],
+ "nixpkgs": [
+ "crane",
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1680488274,
+ "narHash": "sha256-0vYMrZDdokVmPQQXtFpnqA2wEgCCUXf5a3dDuDVshn0=",
+ "owner": "oxalica",
+ "repo": "rust-overlay",
+ "rev": "7ec2ff598a172c6e8584457167575b3a1a5d80d8",
+ "type": "github"
+ },
+ "original": {
+ "owner": "oxalica",
+ "repo": "rust-overlay",
+ "type": "github"
+ }
}
},
"root": "root",