all set up

This commit is contained in:
benstrb 2026-04-02 17:55:37 +02:00
parent db73deaa80
commit c7a5f98e54
15 changed files with 2833 additions and 3 deletions

19
.direnv/bin/nix-direnv-reload Executable file
View file

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

View file

@ -0,0 +1 @@
/nix/store/fvb3fhm8c193i6692v5223bxpa5w2nv7-source

View file

@ -0,0 +1 @@
/nix/store/k7k1h0pn4nsfjj3p9s8qijkbyaqvpa9g-source

View file

@ -0,0 +1 @@
/nix/store/mwjp4gpq05h55cybmrxnrmhh7kmrpkws-source

View file

@ -0,0 +1 @@
/nix/store/jz65zqx5dhp34j9f9ckw63a41dcrgwx1-nix-shell-env

File diff suppressed because it is too large Load diff