fix(flakes): use cargo-dist pre-release build

This commit is contained in:
Harsh Shandilya 2023-08-25 04:23:04 +05:30
parent 6db8a739ee
commit 4ee022abbc
No known key found for this signature in database
2 changed files with 48 additions and 2 deletions

40
flake.lock generated
View file

@ -43,6 +43,33 @@
"type": "github"
}
},
"custom-nixpkgs": {
"inputs": {
"fenix": [
"fenix"
],
"nixpkgs": [
"nixpkgs"
],
"rust-manifest": "rust-manifest",
"systems": [
"systems"
]
},
"locked": {
"lastModified": 1692917810,
"narHash": "sha256-yphwiZk+F221jYQHPNUGAoy/MJI3usdgtzdVG+7oKFY=",
"owner": "msfjarvis",
"repo": "custom-nixpkgs",
"rev": "3b29b3378dc3f5abb36d670ca16aa566ea17a47d",
"type": "github"
},
"original": {
"owner": "msfjarvis",
"repo": "custom-nixpkgs",
"type": "github"
}
},
"devshell": {
"inputs": {
"nixpkgs": [
@ -143,6 +170,7 @@
"inputs": {
"advisory-db": "advisory-db",
"crane": "crane",
"custom-nixpkgs": "custom-nixpkgs",
"devshell": "devshell",
"fenix": "fenix",
"flake-compat": "flake-compat",
@ -168,6 +196,18 @@
"type": "github"
}
},
"rust-manifest": {
"flake": false,
"locked": {
"narHash": "sha256-emILH39kZmz9D2cquaobdM55EakoGkUxn1sY3r1iYNg=",
"type": "file",
"url": "https://static.rust-lang.org/dist/2023-07-08/channel-rust-nightly.toml"
},
"original": {
"type": "file",
"url": "https://static.rust-lang.org/dist/2023-07-08/channel-rust-nightly.toml"
}
},
"rust-overlay": {
"inputs": {
"flake-utils": [