This commit is contained in:
zastian@mrthoddata.com
2025-05-08 18:18:39 +01:00
commit 7ba4004c22
24 changed files with 5042 additions and 0 deletions

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

@@ -0,0 +1,19 @@
#!/usr/bin/env bash
set -e
if [[ ! -d "/home/work/Documents/rust/bitBeam" ]]; then
echo "Cannot find source directory; Did you move it?"
echo "(Looking for "/home/work/Documents/rust/bitBeam")"
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 "/home/work/Documents/rust/bitBeam" true
# Update the mtime for .envrc.
# This will cause direnv to reload again - but without re-building.
touch "/home/work/Documents/rust/bitBeam/.envrc"
# Also update the timestamp of whatever profile_rc we have.
# This makes sure that we know we are up to date.
touch -r "/home/work/Documents/rust/bitBeam/.envrc" "/home/work/Documents/rust/bitBeam/.direnv"/*.rc

View File

@@ -0,0 +1 @@
/nix/store/52hxk3ygip5xv1jrjymnn4yh9rqikj91-source

View File

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

View File

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

1
.direnv/flake-profile Symbolic link
View File

@@ -0,0 +1 @@
flake-profile-1-link

View File

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

View File

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

File diff suppressed because it is too large Load Diff