we love community
This commit is contained in:
parent
9a38fd539f
commit
447194252a
2 changed files with 3 additions and 3 deletions
|
@ -97,13 +97,13 @@
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1701048361,
|
"lastModified": 1701048361,
|
||||||
"narHash": "sha256-MIAFa7npdx7a3mSXrlzwrxNY7GyfRdEfgLgHzQUjfrA=",
|
"narHash": "sha256-MIAFa7npdx7a3mSXrlzwrxNY7GyfRdEfgLgHzQUjfrA=",
|
||||||
"owner": "kolloch",
|
"owner": "nix-community",
|
||||||
"repo": "crate2nix",
|
"repo": "crate2nix",
|
||||||
"rev": "08a455fb7dee71720a9bb413fe498d5304708380",
|
"rev": "08a455fb7dee71720a9bb413fe498d5304708380",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "kolloch",
|
"owner": "nix-community",
|
||||||
"repo": "crate2nix",
|
"repo": "crate2nix",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||||
rust-overlay.url = "github:oxalica/rust-overlay";
|
rust-overlay.url = "github:oxalica/rust-overlay";
|
||||||
rust-crate2nix = {
|
rust-crate2nix = {
|
||||||
url = "github:kolloch/crate2nix";
|
url = "github:nix-community/crate2nix";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Reference in a new issue