feat(flake)!: more inputs.*.follows

This commit is contained in:
reo101 2023-07-13 14:33:01 +03:00
parent 4c01f10eeb
commit 1a9f986980
Signed by: reo101
GPG key ID: 675AA7EF13964ACB

View file

@ -18,7 +18,7 @@
# Nix Darwin
nix-darwin = {
url = "github:lnl7/nix-darwin/master";
# inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs.follows = "nixpkgs";
};
# Home Manager
@ -53,6 +53,7 @@
zls-overlay = {
url = "github:zigtools/zls";
inputs.nixpkgs.follows = "nixpkgs";
inputs.zig-overlay.follows = "zig-overlay";
};
wired = {