[fix] flake: override nixpkgs in nuschtosSearch
otherwise we are using nixpkgs twice
This commit is contained in:
parent
61dc6b7467
commit
71e76e809c
2 changed files with 10 additions and 21 deletions
|
@ -33,7 +33,10 @@
|
|||
nix-darwin.follows = ""; # disable MacOS stuff
|
||||
home-manager.follows = "home-manager";
|
||||
flake-compat.follows = "stylix/flake-compat";
|
||||
nuschtosSearch.inputs.flake-utils.follows = "lix-module/flake-utils";
|
||||
nuschtosSearch.inputs = {
|
||||
flake-utils.follows = "lix-module/flake-utils";
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
};
|
||||
# For deduplication
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue