wip(lldap): Consultant
This commit is contained in:
19
scripts/ldap-nginx-plumber/.direnv/bin/nix-direnv-reload
Executable file
19
scripts/ldap-nginx-plumber/.direnv/bin/nix-direnv-reload
Executable file
@@ -0,0 +1,19 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
if [[ ! -d "/persist/dots/scripts/ldap-nginx-plumber" ]]; then
|
||||
echo "Cannot find source directory; Did you move it?"
|
||||
echo "(Looking for "/persist/dots/scripts/ldap-nginx-plumber")"
|
||||
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 "/persist/dots/scripts/ldap-nginx-plumber" true
|
||||
|
||||
# Update the mtime for .envrc.
|
||||
# This will cause direnv to reload again - but without re-building.
|
||||
touch "/persist/dots/scripts/ldap-nginx-plumber/.envrc"
|
||||
|
||||
# Also update the timestamp of whatever profile_rc we have.
|
||||
# This makes sure that we know we are up to date.
|
||||
touch -r "/persist/dots/scripts/ldap-nginx-plumber/.envrc" "/persist/dots/scripts/ldap-nginx-plumber/.direnv"/*.rc
|
||||
@@ -0,0 +1 @@
|
||||
/nix/store/00h3wlz1w78g0lcpmp8fbd7rbsrd3rj4-source
|
||||
@@ -0,0 +1 @@
|
||||
/nix/store/01x5k4nlxcpyd85nnr0b9gm89rm8ff4x-source
|
||||
@@ -0,0 +1 @@
|
||||
/nix/store/60sn02zhawl3kwn0r515zff3h6hg6ydz-source
|
||||
@@ -0,0 +1 @@
|
||||
/nix/store/kdynjy1mbgkdg4p196v9gx6ljpf7q4nk-source
|
||||
@@ -0,0 +1 @@
|
||||
/nix/store/mb39v682m1xmknld5igi9jhwcs2hzygi-source
|
||||
@@ -0,0 +1 @@
|
||||
/nix/store/ngbb9br4mgjzy8b51a0qdyhlyq9c0mnx-source
|
||||
@@ -0,0 +1 @@
|
||||
/nix/store/spa690gs3z1l1zmw4j2jkikva1y6wix4-source
|
||||
@@ -0,0 +1 @@
|
||||
/nix/store/vl10fnq09vj8w8mg04wd5v28wgjhzvvm-source
|
||||
@@ -0,0 +1 @@
|
||||
/nix/store/wxjsfgkkd93fwqn1g49srpj9gms656wn-source
|
||||
@@ -0,0 +1 @@
|
||||
/nix/store/yj1wxm9hh8610iyzqnz75kvs6xl8j3my-source
|
||||
@@ -0,0 +1 @@
|
||||
/nix/store/333wlbwbqw13ck7djq0a3wmaik3v9m6l-nix-shell-env
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user