???????
This commit is contained in:
parent
f3f4aaf910
commit
8a7d715208
2 changed files with 4 additions and 4 deletions
|
@ -10,10 +10,10 @@
|
|||
"flake-utils"
|
||||
],
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
"nixpkgs-for-crane"
|
||||
],
|
||||
"nixpkgs-stable": [
|
||||
"nixpkgs"
|
||||
"nixpkgs-for-crane"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
|
|
|
@ -8,8 +8,8 @@ rec {
|
|||
url = "github:zhaofengli/attic";
|
||||
inputs.crane.follows = "crane";
|
||||
inputs.flake-utils.follows = "flake-utils";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.nixpkgs-stable.follows = "nixpkgs";
|
||||
inputs.nixpkgs.follows = "nixpkgs-for-crane";
|
||||
inputs.nixpkgs-stable.follows = "nixpkgs-for-crane";
|
||||
};
|
||||
cargo2nix = {
|
||||
url = "github:cargo2nix/cargo2nix";
|
||||
|
|
Loading…
Reference in a new issue