Skip to content

Commit

Permalink
[fix] flake: override nixpkgs in nuschtosSearch
Browse files Browse the repository at this point in the history
otherwise we are using nixpkgs twice
  • Loading branch information
jalil-salame committed Aug 2, 2024
1 parent 61dc6b7 commit 71e76e8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 21 deletions.
26 changes: 6 additions & 20 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71e76e8

Please sign in to comment.