Skip to content

Commit

Permalink
nix: remove spurious flake 'follow' directive
Browse files Browse the repository at this point in the history
Apparently this isn't needed anymore.

Signed-off-by: Austin Seipp <[email protected]>
  • Loading branch information
thoughtpolice committed Jun 25, 2024
1 parent bf17113 commit da29da1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 }: {
Expand Down

0 comments on commit da29da1

Please sign in to comment.