mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Fix Nu
This commit is contained in:
parent
c46a34a102
commit
b13dfe685d
2 changed files with 2 additions and 29 deletions
27
.gtignore
27
.gtignore
|
@ -1,27 +0,0 @@
|
|||
*
|
||||
|
||||
!machines/
|
||||
!machines/enka/
|
||||
!machines/enka/bat/
|
||||
!machines/enka/discord/
|
||||
!machines/enka/docker/
|
||||
!machines/enka/firefox/
|
||||
!machines/enka/git/
|
||||
!machines/enka/helix/
|
||||
!machines/enka/networkmanager/
|
||||
!machines/enka/nushell/
|
||||
!machines/enka/openttd/
|
||||
!machines/enka/pipewire/
|
||||
!machines/enka/python/
|
||||
!machines/enka/steam/
|
||||
!machines/enka/xserver/
|
||||
|
||||
!flake.lock
|
||||
!.editorconfig
|
||||
!.gitignore
|
||||
|
||||
!*.lua
|
||||
!*.md
|
||||
!*.nu
|
||||
!*.nix
|
||||
!*.sh
|
|
@ -13,13 +13,13 @@ let-env ENV_CONVERSIONS = {
|
|||
}
|
||||
}
|
||||
|
||||
let-env NU_LIB_DIRS = [
|
||||
$env.NU_LIB_DIRS = [
|
||||
($nu.config-path
|
||||
| path dirname
|
||||
| path join 'scripts')
|
||||
]
|
||||
|
||||
let-env NU_PLUGIN_DIRS = [
|
||||
$env.NU_PLUGIN_DIRS = [
|
||||
($nu.config-path
|
||||
| path dirname
|
||||
| path join 'plugins')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue