[fix] flake: override nixpkgs in nuschtosSearch

otherwise we are using nixpkgs twice
This commit is contained in:
Jalil David Salamé Messina 2024-08-02 23:11:07 +02:00
parent 61dc6b7467
commit 71e76e809c
Signed by: jalil
GPG key ID: F016B9E770737A0B
2 changed files with 10 additions and 21 deletions

View file

@ -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