mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-22 15:04:46 +03:00
nodejs-package-json(-v3): add git to the npm lock fetch script path
This commit is contained in:
parent
262198033e
commit
2998fff950
@ -33,6 +33,7 @@ in {
|
||||
bash
|
||||
coreutils
|
||||
gawk
|
||||
git
|
||||
path
|
||||
writeScript
|
||||
writeScriptBin
|
||||
@ -45,6 +46,7 @@ in {
|
||||
[
|
||||
config.deps.coreutils
|
||||
config.deps.npm
|
||||
config.deps.git
|
||||
]
|
||||
''
|
||||
source=${cfg.source}
|
||||
|
@ -38,6 +38,7 @@ in {
|
||||
bash
|
||||
coreutils
|
||||
gawk
|
||||
git
|
||||
path
|
||||
writeScript
|
||||
writeScriptBin
|
||||
@ -48,6 +49,7 @@ in {
|
||||
writers.writePureShellScript
|
||||
[
|
||||
config.deps.coreutils
|
||||
config.deps.git
|
||||
npm
|
||||
]
|
||||
''
|
||||
|
Loading…
Reference in New Issue
Block a user