summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorseth <[email protected]>2023-09-07 16:18:29 -0400
committerseth <[email protected]>2023-09-07 17:15:26 -0400
commitf741b550612103dafc1b2ff405de6a816ac5d760 (patch)
tree12842ff11c7b9afc91923463f1d1cdde553117f1 /flake.lock
parentd5b333e95878fb895bc6bba402b9a3d920f737a3 (diff)
flake: switch to nixpkgs rust infra
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock141
1 files changed, 13 insertions, 128 deletions
diff --git a/flake.lock b/flake.lock
index a31684b..c2a44c3 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1,22 +1,6 @@
{
"nodes": {
- "advisory-db": {
- "flake": false,
- "locked": {
- "lastModified": 1693432889,
- "narHash": "sha256-0daNvQDpL4R17vPG/ieybIblUYf6a2dbWr/mwc4pPUA=",
- "owner": "rustsec",
- "repo": "advisory-db",
- "rev": "a6c90b9cd0246a19e9e073ad47bf5f5c6dcb9fc1",
- "type": "github"
- },
- "original": {
- "owner": "rustsec",
- "repo": "advisory-db",
- "type": "github"
- }
- },
- "compat": {
+ "flake-compat": {
"flake": false,
"locked": {
"lastModified": 1673956053,
@@ -32,51 +16,21 @@
"type": "github"
}
},
- "crane": {
+ "flake-utils": {
"inputs": {
- "flake-compat": [
- "compat"
- ],
- "flake-utils": [
- "utils"
- ],
- "nixpkgs": [
- "nixpkgs"
- ],
- "rust-overlay": "rust-overlay"
- },
- "locked": {
- "lastModified": 1693608196,
- "narHash": "sha256-qs1rDvXXjrKdobPvTdn9qKjV0/RE2uqCCTHD/c6AAo8=",
- "owner": "ipetkov",
- "repo": "crane",
- "rev": "80432e15452e55a72403da3bc91837508a4ccae3",
- "type": "github"
- },
- "original": {
- "owner": "ipetkov",
- "repo": "crane",
- "type": "github"
- }
- },
- "fenix": {
- "inputs": {
- "nixpkgs": [
- "nixpkgs"
- ],
- "rust-analyzer-src": "rust-analyzer-src"
+ "systems": "systems"
},
"locked": {
- "lastModified": 1693549280,
- "narHash": "sha256-Se0ceJDij5fJvucwTpuDZyuQOWnJfP/hX3XzTBuAzXg=",
- "owner": "nix-community",
- "repo": "fenix",
- "rev": "5b116a689c22ed2495c2b0f857539519a2951ce2",
+ "lastModified": 1692799911,
+ "narHash": "sha256-3eihraek4qL744EvQXsK1Ha6C3CR7nnT8X2qWap4RNk=",
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "rev": "f9e7cf818399d17d347f847525c5a5a8032e4e44",
"type": "github"
},
"original": {
- "owner": "nix-community",
- "repo": "fenix",
+ "owner": "numtide",
+ "repo": "flake-utils",
"type": "github"
}
},
@@ -139,12 +93,8 @@
},
"pre-commit": {
"inputs": {
- "flake-compat": [
- "compat"
- ],
- "flake-utils": [
- "utils"
- ],
+ "flake-compat": "flake-compat",
+ "flake-utils": "flake-utils",
"gitignore": "gitignore",
"nixpkgs": [
"nixpkgs"
@@ -169,56 +119,9 @@
},
"root": {
"inputs": {
- "advisory-db": "advisory-db",
- "compat": "compat",
- "crane": "crane",
- "fenix": "fenix",
"nixpkgs": "nixpkgs",
"parts": "parts",
- "pre-commit": "pre-commit",
- "utils": "utils"
- }
- },
- "rust-analyzer-src": {
- "flake": false,
- "locked": {
- "lastModified": 1693419148,
- "narHash": "sha256-CRVhqY3yc9J0BFFxpUQFe56TWJKsiT2bjlb4Oo1cq2o=",
- "owner": "rust-lang",
- "repo": "rust-analyzer",
- "rev": "321334429efd79e9db2b85e43c8f91eb2ce60f6c",
- "type": "github"
- },
- "original": {
- "owner": "rust-lang",
- "ref": "nightly",
- "repo": "rust-analyzer",
- "type": "github"
- }
- },
- "rust-overlay": {
- "inputs": {
- "flake-utils": [
- "crane",
- "flake-utils"
- ],
- "nixpkgs": [
- "crane",
- "nixpkgs"
- ]
- },
- "locked": {
- "lastModified": 1691374719,
- "narHash": "sha256-HCodqnx1Mi2vN4f3hjRPc7+lSQy18vRn8xWW68GeQOg=",
- "owner": "oxalica",
- "repo": "rust-overlay",
- "rev": "b520a3889b24aaf909e287d19d406862ced9ffc9",
- "type": "github"
- },
- "original": {
- "owner": "oxalica",
- "repo": "rust-overlay",
- "type": "github"
+ "pre-commit": "pre-commit"
}
},
"systems": {
@@ -235,24 +138,6 @@
"repo": "default",
"type": "github"
}
- },
- "utils": {
- "inputs": {
- "systems": "systems"
- },
- "locked": {
- "lastModified": 1692799911,
- "narHash": "sha256-3eihraek4qL744EvQXsK1Ha6C3CR7nnT8X2qWap4RNk=",
- "owner": "numtide",
- "repo": "flake-utils",
- "rev": "f9e7cf818399d17d347f847525c5a5a8032e4e44",
- "type": "github"
- },
- "original": {
- "owner": "numtide",
- "repo": "flake-utils",
- "type": "github"
- }
}
},
"root": "root",