use upstream
This commit is contained in:
parent
9cb3d4d960
commit
da214f3e74
2 changed files with 6 additions and 7 deletions
11
flake.lock
11
flake.lock
|
@ -3,16 +3,15 @@
|
||||||
"crate2nix": {
|
"crate2nix": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1608814925,
|
"lastModified": 1617792032,
|
||||||
"narHash": "sha256-GdFBG2LmpbY4C1OJBFfWLMKXzGyFq4mJBK+SVMNNE+8=",
|
"narHash": "sha256-L94PQeY4zGynAKa6E+WqsK3x66YZbPuWb/uQ9LaXExY=",
|
||||||
"owner": "balsoft",
|
"owner": "kolloch",
|
||||||
"repo": "crate2nix",
|
"repo": "crate2nix",
|
||||||
"rev": "68be3d90f31bf0bfd525da77e0ae6e89f48abd24",
|
"rev": "1d2db45b82efb4608973bf3832cd2cf5f464ee91",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "balsoft",
|
"owner": "kolloch",
|
||||||
"ref": "tools-nix-version-comparison",
|
|
||||||
"repo": "crate2nix",
|
"repo": "crate2nix",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
utils.url = "github:numtide/flake-utils";
|
utils.url = "github:numtide/flake-utils";
|
||||||
rust-overlay.url = "github:oxalica/rust-overlay";
|
rust-overlay.url = "github:oxalica/rust-overlay";
|
||||||
crate2nix = {
|
crate2nix = {
|
||||||
url = "github:balsoft/crate2nix/tools-nix-version-comparison";
|
url = "github:kolloch/crate2nix";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
flake-compat = {
|
flake-compat = {
|
||||||
|
|
Loading…
Reference in a new issue