feat(flake)!: more inputs.*.follows
This commit is contained in:
parent
4c01f10eeb
commit
1a9f986980
1 changed files with 2 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue