Skip to content

Commit

Permalink
Merge pull request #1290 from emilazy/push-rzokwryxsqxz
Browse files Browse the repository at this point in the history
eval-config: omit `enableNixpkgsReleaseCheck` from `lib.evalModules`
  • Loading branch information
emilazy authored Jan 21, 2025
2 parents 87131f5 + 87b61d6 commit 74a58bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eval-config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ let
};
};

eval = lib.evalModules (builtins.removeAttrs args [ "lib" ] // {
eval = lib.evalModules (builtins.removeAttrs args [ "lib" "enableNixpkgsReleaseCheck" ] // {
class = "darwin";
modules = modules ++ [ argsModule ] ++ baseModules;
specialArgs = { modulesPath = builtins.toString ./modules; } // specialArgs;
Expand Down

0 comments on commit 74a58bf

Please sign in to comment.