fix: remove flake-utils follows attribute (#1341)
`flake-utils` doesn't use `nixpkgs` as an input.
This commit is contained in:
parent
c8dbd8be07
commit
43c615e180
1 changed files with 0 additions and 1 deletions
|
|
@ -4,7 +4,6 @@
|
|||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
flake-utils.inputs.nixpkgs.follows = "nixpkgs";
|
||||
rust-overlay.url = "github:oxalica/rust-overlay";
|
||||
rust-overlay.inputs.nixpkgs.follows = "nixpkgs";
|
||||
rust-overlay.inputs.flake-utils.follows = "flake-utils";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue