update-dotnet-lockfiles.nix: disable aliases

This commit is contained in:
David McFarland 2024-08-26 00:59:52 -03:00
parent 94b9bccc4b
commit 13bd100300

View File

@ -10,7 +10,7 @@
update scripts. update scripts.
*/ */
let let
pkgs = import ../.. {}; pkgs = import ../.. { config.allowAliases = false; };
inherit (pkgs) lib; inherit (pkgs) lib;