chore: Nix: fix update-stage0-commit
This commit is contained in:
parent
5d2403535a
commit
5eb5fa49cf
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ rec {
|
|||
'';
|
||||
};
|
||||
update-stage0 =
|
||||
let cTree = symlinkJoin { name = "cs"; paths = [ Init.cTree Lean.cTree ]; }; in
|
||||
let cTree = symlinkJoin { name = "cs"; paths = [ Init.cTree Lean.cTree Lake.cTree ]; }; in
|
||||
writeShellScriptBin "update-stage0" ''
|
||||
CSRCS=${cTree} CP_C_PARAMS="--dereference --no-preserve=all" ${src + "/script/lib/update-stage0"}
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue