mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-26 09:46:04 +03:00
fix collision issue with deps.bash
This commit is contained in:
parent
06675abc58
commit
e8f018187c
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user