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
|
||||||
nix-darwin = {
|
nix-darwin = {
|
||||||
url = "github:lnl7/nix-darwin/master";
|
url = "github:lnl7/nix-darwin/master";
|
||||||
# inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Home Manager
|
# Home Manager
|
||||||
|
@ -53,6 +53,7 @@
|
||||||
zls-overlay = {
|
zls-overlay = {
|
||||||
url = "github:zigtools/zls";
|
url = "github:zigtools/zls";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
inputs.zig-overlay.follows = "zig-overlay";
|
||||||
};
|
};
|
||||||
|
|
||||||
wired = {
|
wired = {
|
||||||
|
|
Loading…
Reference in a new issue