mirror of
https://github.com/RGBCube/Site
synced 2025-08-01 13:37:49 +00:00
Don't pin cargo2nix's flake-inputs input because we only have 1 copy anyway
This commit is contained in:
parent
e338e708f1
commit
9b49fc523a
1 changed files with 2 additions and 3 deletions
|
@ -17,9 +17,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
cargo2nix = {
|
cargo2nix = {
|
||||||
url = "github:cargo2nix/cargo2nix";
|
url = "github:cargo2nix/cargo2nix";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
inputs.flake-utils.follows = "flake-utils";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue