mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 20:17:45 +00:00
Fix env var
This commit is contained in:
parent
91377c54ee
commit
6b450d664c
1 changed files with 1 additions and 1 deletions
|
@ -17,5 +17,5 @@
|
||||||
]))
|
]))
|
||||||
|
|
||||||
(desktopHomeConfiguration {
|
(desktopHomeConfiguration {
|
||||||
programs.nushell.environmentVariables.CARGO_NET_GIT_FETCH_WITH_CLI = "true";
|
programs.nushell.environmentVariables.CARGO_NET_GIT_FETCH_WITH_CLI = ''"true"'';
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue