whoops
This commit is contained in:
parent
a5fa4b628e
commit
b2fc33499f
9 changed files with 3 additions and 2082 deletions
|
|
@ -1,19 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
set -e
|
||||
if [[ ! -d "/home/spectre/code/aocrust" ]]; then
|
||||
echo "Cannot find source directory; Did you move it?"
|
||||
echo "(Looking for "/home/spectre/code/aocrust")"
|
||||
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/spectre/code/aocrust" true
|
||||
|
||||
# Update the mtime for .envrc.
|
||||
# This will cause direnv to reload again - but without re-building.
|
||||
touch "/home/spectre/code/aocrust/.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/spectre/code/aocrust/.envrc" "/home/spectre/code/aocrust/.direnv"/*.rc
|
||||
|
|
@ -1 +0,0 @@
|
|||
/nix/store/01x5k4nlxcpyd85nnr0b9gm89rm8ff4x-source
|
||||
|
|
@ -1 +0,0 @@
|
|||
/nix/store/21j7n6lxhfshy95gi0zr4vwswgy294jm-source
|
||||
|
|
@ -1 +0,0 @@
|
|||
/nix/store/63wl439w735818rb3sl7ks63raqzqxx2-source
|
||||
|
|
@ -1 +0,0 @@
|
|||
/nix/store/ab78nf3ad8ly49zfyd3igw3f2n5q7fz4-source
|
||||
|
|
@ -1 +0,0 @@
|
|||
/nix/store/yj1wxm9hh8610iyzqnz75kvs6xl8j3my-source
|
||||
|
|
@ -1 +0,0 @@
|
|||
/nix/store/3zv4qkyn3yqzksv0kbrbqy73yfpqi152-nix-shell-env
|
||||
File diff suppressed because it is too large
Load diff
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/target
|
||||
/data/*
|
||||
target
|
||||
data/*
|
||||
.direnv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue