1
1
mirror of https://github.com/wez/wezterm.git synced 2024-07-07 11:06:30 +03:00

nix/flake.nix: remove invalid follows

Rust overlay no longer uses flake-utls
This commit is contained in:
Austin Horstman 2024-06-29 08:37:32 -05:00 committed by Wez Furlong
parent 552bb1d66b
commit 69686f4564

View File

@ -6,10 +6,7 @@
flake-utils.url = "github:numtide/flake-utils";
rust-overlay = {
url = "github:oxalica/rust-overlay";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
};
inputs.nixpkgs.follows = "nixpkgs";
};
# NOTE: @2024-05 Nix flakes does not support getting git submodules of 'self'.