mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 13:16:39 +03:00
nix/flake.nix: remove invalid follows
Rust overlay no longer uses flake-utls
This commit is contained in:
parent
552bb1d66b
commit
69686f4564
@ -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'.
|
||||
|
Loading…
Reference in New Issue
Block a user