so like, there!s errrors but idc and its late and im eepi
This commit is contained in:
parent
f7a83875aa
commit
242f218a62
15 changed files with 2920 additions and 2 deletions
19
.direnv/bin/nix-direnv-reload
Executable file
19
.direnv/bin/nix-direnv-reload
Executable file
|
|
@ -0,0 +1,19 @@
|
|||
#!/usr/bin/env bash
|
||||
set -e
|
||||
if [[ ! -d "/mnt/verbatim/projects/rust/stm32f469ni" ]]; then
|
||||
echo "Cannot find source directory; Did you move it?"
|
||||
echo "(Looking for "/mnt/verbatim/projects/rust/stm32f469ni")"
|
||||
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/stm32f469ni" true
|
||||
|
||||
# Update the mtime for .envrc.
|
||||
# This will cause direnv to reload again - but without re-building.
|
||||
touch "/mnt/verbatim/projects/rust/stm32f469ni/.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/stm32f469ni/.envrc" "/mnt/verbatim/projects/rust/stm32f469ni/.direnv"/*.rc
|
||||
1
.direnv/flake-inputs/8fwnz7i2qn0vki0rkmcic74dqfmxq2vj-source
Symbolic link
1
.direnv/flake-inputs/8fwnz7i2qn0vki0rkmcic74dqfmxq2vj-source
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
/nix/store/8fwnz7i2qn0vki0rkmcic74dqfmxq2vj-source
|
||||
1
.direnv/flake-inputs/915fl6kpmx9i0dqas2b0bp5d19r9ksl3-source
Symbolic link
1
.direnv/flake-inputs/915fl6kpmx9i0dqas2b0bp5d19r9ksl3-source
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
/nix/store/915fl6kpmx9i0dqas2b0bp5d19r9ksl3-source
|
||||
1
.direnv/flake-inputs/xaknai40sz4yyy5658prwrwmfycj4xvm-source
Symbolic link
1
.direnv/flake-inputs/xaknai40sz4yyy5658prwrwmfycj4xvm-source
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
/nix/store/xaknai40sz4yyy5658prwrwmfycj4xvm-source
|
||||
1
.direnv/flake-profile-a5d5b61aa8a61b7d9d765e1daf971a9a578f1cfa
Symbolic link
1
.direnv/flake-profile-a5d5b61aa8a61b7d9d765e1daf971a9a578f1cfa
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
/nix/store/6ijy66mcyfsd63dslwm7d554f2maz9pb-nix-shell-env
|
||||
2201
.direnv/flake-profile-a5d5b61aa8a61b7d9d765e1daf971a9a578f1cfa.rc
Normal file
2201
.direnv/flake-profile-a5d5b61aa8a61b7d9d765e1daf971a9a578f1cfa.rc
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue