fix collision issue with deps.bash

This commit is contained in:
DavHau 2024-02-28 14:05:10 +07:00 committed by mergify[bot]
parent 06675abc58
commit e8f018187c

View File

@ -220,7 +220,7 @@ in {
lock.lib = {inherit computeFODHash;};
deps = {nixpkgs, ...}:
l.mapAttrs (_: l.mkDefault) {
l.mapAttrs (_: l.mkOverride 1004) {
inherit (nixpkgs) bash nix writeScriptBin;
inherit (nixpkgs.writers) writePython3 writePython3Bin;
};