This commit is contained in:
Charlotte 🦝 Delenk 2023-01-28 21:48:02 +01:00
parent f3f4aaf910
commit 8a7d715208
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
2 changed files with 4 additions and 4 deletions

View file

@ -10,10 +10,10 @@
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
"nixpkgs-for-crane"
],
"nixpkgs-stable": [
"nixpkgs"
"nixpkgs-for-crane"
]
},
"locked": {

View file

@ -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";