Skip to content

Commit

Permalink
fix: flakeModule with pkgs containing overlays
Browse files Browse the repository at this point in the history
  • Loading branch information
mrVanDalo committed Sep 1, 2024
1 parent 3549888 commit be3388e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ in {
pkgs = mkOption {
type = types.unspecified;
description = "The package set to use for the topology evaluation on this system.";
default = pkgs;
default = pkgs.extend (import ./pkgs/default.nix);
defaultText = lib.literalExpression "pkgs # (module argument)";
};
modules = mkOption {
Expand Down

0 comments on commit be3388e

Please sign in to comment.