Skip to content

Commit 9a2524b

Browse files
committed
0.1.85
1 parent 2d9803c commit 9a2524b

30 files changed

Lines changed: 2749 additions & 16 deletions

.direnv/bin/nix-direnv-reload

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
#!/usr/bin/env bash
2+
set -e
3+
if [[ ! -d "/home/unknown/Development/mdk/lightning-js" ]]; then
4+
echo "Cannot find source directory; Did you move it?"
5+
echo "(Looking for "/home/unknown/Development/mdk/lightning-js")"
6+
echo 'Cannot force reload with this script - use "direnv reload" manually and then try again'
7+
exit 1
8+
fi
9+
10+
# rebuild the cache forcefully
11+
_nix_direnv_force_reload=1 direnv exec "/home/unknown/Development/mdk/lightning-js" true
12+
13+
# Update the mtime for .envrc.
14+
# This will cause direnv to reload again - but without re-building.
15+
touch "/home/unknown/Development/mdk/lightning-js/.envrc"
16+
17+
# Also update the timestamp of whatever profile_rc we have.
18+
# This makes sure that we know we are up to date.
19+
touch -r "/home/unknown/Development/mdk/lightning-js/.envrc" "/home/unknown/Development/mdk/lightning-js/.direnv"/*.rc
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/nix/store/01x5k4nlxcpyd85nnr0b9gm89rm8ff4x-source
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/nix/store/0iprnlsgyf6kv98rvfjpxr60xqn42hsw-source
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/nix/store/3fifwb72s8sc4mxgc43jcw5h0w78lbib-source
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/nix/store/9jhrw9im9rlx9dhv7w9p7qwr1q7hahp9-source
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/nix/store/ix0xb448a8wj14a6a48qg1a64dymj39f-source
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/nix/store/w62gyq9sawd6q21b1jyzk622xx0kkjrh-source
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/nix/store/yj1wxm9hh8610iyzqnz75kvs6xl8j3my-source
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/nix/store/q20q7bkniqr2pllbg3kzbcxjlmgxl1h3-lightning-js-dev-env

.direnv/flake-profile-a5d5b61aa8a61b7d9d765e1daf971a9a578f1cfa.rc

Lines changed: 2212 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)