forked from mirrors/jj
nix: remove spurious flake 'follow' directive
Apparently this isn't needed anymore. Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
829ba73664
commit
f815afd6ab
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@
|
|||
# For installing non-standard rustc versions
|
||||
rust-overlay.url = "github:oxalica/rust-overlay";
|
||||
rust-overlay.inputs.nixpkgs.follows = "nixpkgs";
|
||||
rust-overlay.inputs.flake-utils.follows = "flake-utils";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, flake-utils, rust-overlay }: {
|
||||
|
|
Loading…
Reference in a new issue