1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Fix env var

This commit is contained in:
RGBCube 2024-03-07 13:48:43 +03:00
parent 91377c54ee
commit 6b450d664c
No known key found for this signature in database

View file

@ -17,5 +17,5 @@
]))
(desktopHomeConfiguration {
programs.nushell.environmentVariables.CARGO_NET_GIT_FETCH_WITH_CLI = "true";
programs.nushell.environmentVariables.CARGO_NET_GIT_FETCH_WITH_CLI = ''"true"'';
})