Skip to content

Commit

Permalink
Merge pull request #39 from mrVanDalo/feature/flakeModule-pkgs
Browse files Browse the repository at this point in the history
fix: flakeModule with pkgs containing overlays
  • Loading branch information
oddlama authored Sep 4, 2024
2 parents 3549888 + be3388e commit 8738d94
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 8738d94

Please sign in to comment.