fix(build): coreutils are still required by launch script
Mea culpa!
This commit is contained in:
parent
92f1758014
commit
02dfff393a
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ rec {
|
||||||
config.Cmd = ["${nixery-launch-script}/bin/nixery"];
|
config.Cmd = ["${nixery-launch-script}/bin/nixery"];
|
||||||
contents = [
|
contents = [
|
||||||
cacert
|
cacert
|
||||||
|
coreutils
|
||||||
git
|
git
|
||||||
gnutar
|
gnutar
|
||||||
gzip
|
gzip
|
||||||
|
|
Loading…
Reference in a new issue