Rename to flightmind

This commit is contained in:
ryan 2025-06-03 11:29:43 -07:00
parent 5839af1d39
commit 92174163f8
20 changed files with 11 additions and 11 deletions

View File

@ -1,19 +1,19 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -e set -e
if [[ ! -d "/home/ryan/Documents/Code/cockpit-iq" ]]; then if [[ ! -d "/home/ryan/Documents/Code/flightmind" ]]; then
echo "Cannot find source directory; Did you move it?" echo "Cannot find source directory; Did you move it?"
echo "(Looking for "/home/ryan/Documents/Code/cockpit-iq")" echo "(Looking for "/home/ryan/Documents/Code/flightmind")"
echo 'Cannot force reload with this script - use "direnv reload" manually and then try again' echo 'Cannot force reload with this script - use "direnv reload" manually and then try again'
exit 1 exit 1
fi fi
# rebuild the cache forcefully # rebuild the cache forcefully
_nix_direnv_force_reload=1 direnv exec "/home/ryan/Documents/Code/cockpit-iq" true _nix_direnv_force_reload=1 direnv exec "/home/ryan/Documents/Code/flightmind" true
# Update the mtime for .envrc. # Update the mtime for .envrc.
# This will cause direnv to reload again - but without re-building. # This will cause direnv to reload again - but without re-building.
touch "/home/ryan/Documents/Code/cockpit-iq/.envrc" touch "/home/ryan/Documents/Code/flightmind/.envrc"
# Also update the timestamp of whatever profile_rc we have. # Also update the timestamp of whatever profile_rc we have.
# This makes sure that we know we are up to date. # This makes sure that we know we are up to date.
touch -r "/home/ryan/Documents/Code/cockpit-iq/.envrc" "/home/ryan/Documents/Code/cockpit-iq/.direnv"/*.rc touch -r "/home/ryan/Documents/Code/flightmind/.envrc" "/home/ryan/Documents/Code/flightmind/.direnv"/*.rc

View File

@ -1 +0,0 @@
/nix/store/5qjxy83zks5xifz3rf4yh70hkvw0vd7l-source

View File

@ -0,0 +1 @@
/nix/store/8imsk54j1bx90gc4qv9l6wmar4s374ln-source

View File

@ -43,7 +43,7 @@ NIX_ENFORCE_NO_NATIVE='1'
export NIX_ENFORCE_NO_NATIVE export NIX_ENFORCE_NO_NATIVE
NIX_HARDENING_ENABLE='bindnow format fortify fortify3 pic relro stackclashprotection stackprotector strictoverflow zerocallusedregs' NIX_HARDENING_ENABLE='bindnow format fortify fortify3 pic relro stackclashprotection stackprotector strictoverflow zerocallusedregs'
export NIX_HARDENING_ENABLE export NIX_HARDENING_ENABLE
NIX_LDFLAGS='-rpath /home/ryan/Documents/Code/cockpit-iq/outputs/out/lib -L/nix/store/578hp6h741gwi4wh1nx6rflsnicp2hwn-postgresql-17.5-dev/lib -L/nix/store/zxafhaznnkcv8ixp56f0b3hymjn71xb3-postgresql-17.5-lib/lib -L/nix/store/jgvr5576yv6vxaxn9ps09222ii889zhk-postgresql-17.5/lib -L/nix/store/5i0vfvakp1smpzflqbg9knp6mpk75qbm-inotify-tools-4.23.9.0/lib -L/nix/store/578hp6h741gwi4wh1nx6rflsnicp2hwn-postgresql-17.5-dev/lib -L/nix/store/zxafhaznnkcv8ixp56f0b3hymjn71xb3-postgresql-17.5-lib/lib -L/nix/store/jgvr5576yv6vxaxn9ps09222ii889zhk-postgresql-17.5/lib -L/nix/store/5i0vfvakp1smpzflqbg9knp6mpk75qbm-inotify-tools-4.23.9.0/lib' NIX_LDFLAGS='-rpath /home/ryan/Documents/Code/flightmind/outputs/out/lib -L/nix/store/578hp6h741gwi4wh1nx6rflsnicp2hwn-postgresql-17.5-dev/lib -L/nix/store/zxafhaznnkcv8ixp56f0b3hymjn71xb3-postgresql-17.5-lib/lib -L/nix/store/jgvr5576yv6vxaxn9ps09222ii889zhk-postgresql-17.5/lib -L/nix/store/5i0vfvakp1smpzflqbg9knp6mpk75qbm-inotify-tools-4.23.9.0/lib -L/nix/store/578hp6h741gwi4wh1nx6rflsnicp2hwn-postgresql-17.5-dev/lib -L/nix/store/zxafhaznnkcv8ixp56f0b3hymjn71xb3-postgresql-17.5-lib/lib -L/nix/store/jgvr5576yv6vxaxn9ps09222ii889zhk-postgresql-17.5/lib -L/nix/store/5i0vfvakp1smpzflqbg9knp6mpk75qbm-inotify-tools-4.23.9.0/lib'
export NIX_LDFLAGS export NIX_LDFLAGS
NIX_NO_SELF_RPATH='1' NIX_NO_SELF_RPATH='1'
NIX_STORE='/nix/store' NIX_STORE='/nix/store'
@ -139,7 +139,7 @@ name='nix-shell-env'
export name export name
nativeBuildInputs='' nativeBuildInputs=''
export nativeBuildInputs export nativeBuildInputs
out='/home/ryan/Documents/Code/cockpit-iq/outputs/out' out='/home/ryan/Documents/Code/flightmind/outputs/out'
export out export out
outputBin='out' outputBin='out'
outputDev='out' outputDev='out'
@ -170,7 +170,7 @@ preConfigurePhases=' updateAutotoolsGnuConfigScriptsPhase'
declare -a preFixupHooks=('_moveToShare' '_multioutDocs' '_multioutDevs' ) declare -a preFixupHooks=('_moveToShare' '_multioutDocs' '_multioutDevs' )
preferLocalBuild='1' preferLocalBuild='1'
export preferLocalBuild export preferLocalBuild
prefix='/home/ryan/Documents/Code/cockpit-iq/outputs/out' prefix='/home/ryan/Documents/Code/flightmind/outputs/out'
declare -a propagatedBuildDepFiles=('propagated-build-build-deps' 'propagated-native-build-inputs' 'propagated-build-target-deps' ) declare -a propagatedBuildDepFiles=('propagated-build-build-deps' 'propagated-native-build-inputs' 'propagated-build-target-deps' )
propagatedBuildInputs='' propagatedBuildInputs=''
export propagatedBuildInputs export propagatedBuildInputs

View File

@ -1,3 +1,3 @@
# cockpit-iq # Flightmind
Cockpit IQ Flightmind

View File

Before

Width:  |  Height:  |  Size: 749 B

After

Width:  |  Height:  |  Size: 749 B

View File

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB