it compiles
This commit is contained in:
parent
b7ee7eb9e9
commit
3f7744ef8f
33 changed files with 2 additions and 1987 deletions
|
@ -1 +0,0 @@
|
|||
/nix/store/wfmdfyk21ibcl78rsjlnxy1fqg0sfk4k-devenv-profile
|
|
@ -1 +0,0 @@
|
|||
/run/user/1000/devenv-43506f0
|
|
@ -1,19 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
set -e
|
||||
if [[ ! -d "/mnt/k/minky/nite" ]]; then
|
||||
echo "Cannot find source directory; Did you move it?"
|
||||
echo "(Looking for "/mnt/k/minky/nite")"
|
||||
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/k/minky/nite" true
|
||||
|
||||
# Update the mtime for .envrc.
|
||||
# This will cause direnv to reload again - but without re-building.
|
||||
touch "/mnt/k/minky/nite/.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/k/minky/nite/.envrc" "/mnt/k/minky/nite/.direnv"/*.rc
|
|
@ -1 +0,0 @@
|
|||
/nix/store/0i9zspwqfnr2vjpdbjd4gifnik23v3gn-source
|
|
@ -1 +0,0 @@
|
|||
/nix/store/27rg15w6bjjh2hkbdqajhvqd7b02v5cb-source
|
|
@ -1 +0,0 @@
|
|||
/nix/store/8kpx53qi52yhjai1vdw8zpa95iqa61bv-source
|
|
@ -1 +0,0 @@
|
|||
/nix/store/8sm7wycza5fl6lnsmw11sn4vqkvw4xyh-source
|
|
@ -1 +0,0 @@
|
|||
/nix/store/ah2qh833bkpxg8girwyl6vs30fkp1109-source
|
|
@ -1 +0,0 @@
|
|||
/nix/store/br885sqy62q1bblwi2bslcfg2193ly75-source
|
|
@ -1 +0,0 @@
|
|||
/nix/store/dlrwkbfzbag8f4xj2kbixalscj206j45-source
|
|
@ -1 +0,0 @@
|
|||
/nix/store/f2h5kmarn194yda41znm0r4ibwyg8z7i-source
|
|
@ -1 +0,0 @@
|
|||
/nix/store/g5v3sgqy6a0fsmas7mnapc196flrplix-source
|
|
@ -1 +0,0 @@
|
|||
/nix/store/gzf4zwcakda1nykn6h0avh45xhjhvsz4-source
|
|
@ -1 +0,0 @@
|
|||
/nix/store/hwsdv71bmaqvzbii5viryxc8slw4vr5v-source
|
|
@ -1 +0,0 @@
|
|||
/nix/store/i4ginw25yf2q0shnzvzjjwa58srbjhw7-source
|
|
@ -1 +0,0 @@
|
|||
/nix/store/i6yzq14z49ayjinw6v9v06kqz62akkay-source
|
|
@ -1 +0,0 @@
|
|||
/nix/store/ia8xy09wg9si4lbbxgzbyyg1n0qxg1vk-source
|
|
@ -1 +0,0 @@
|
|||
/nix/store/lhbcw63xdqclg2hrni4p7dc90nl996lk-source
|
|
@ -1 +0,0 @@
|
|||
/nix/store/mhgnysbsr0yx44xlqvl7xymk8js22c7z-source
|
|
@ -1 +0,0 @@
|
|||
/nix/store/na7sykizsgkzh9i3wc8m8pz5xfqib2rv-source
|
|
@ -1 +0,0 @@
|
|||
/nix/store/qkig73szmrhgp0qhncxy5vb36lw2g3jj-source
|
|
@ -1 +0,0 @@
|
|||
/nix/store/r2ip1850igy8kciyaagw502s3c6ph1s4-source
|
|
@ -1 +0,0 @@
|
|||
/nix/store/s1cnnplqrk8w595dp9fb5cv84xj61lgx-source
|
|
@ -1 +0,0 @@
|
|||
/nix/store/v1wzqsqi3d9fhdl60n24sqhj7pr3yhin-source
|
|
@ -1 +0,0 @@
|
|||
/nix/store/vm4qsaala00i8q5js7i3am3w0m766k1d-source
|
|
@ -1 +0,0 @@
|
|||
/nix/store/vpddlysgdvzcqixkqgx49zyx2whhzpkb-source
|
|
@ -1 +0,0 @@
|
|||
/nix/store/vz580xz1w41n6m6x81mqgcrnp3y4cf41-source
|
|
@ -1 +0,0 @@
|
|||
/nix/store/y1nw9w1s0ly6442igksfq29v0cfbnmfd-source
|
|
@ -1 +0,0 @@
|
|||
/nix/store/yj1wxm9hh8610iyzqnz75kvs6xl8j3my-source
|
|
@ -1 +0,0 @@
|
|||
/nix/store/z9wkyy0bbdjfvsmkkw16bmn56502hd1k-source
|
|
@ -1 +0,0 @@
|
|||
/nix/store/xyhi7qx5y8iliadk0ksh9j3w46agp6r0-devenv-shell-env
|
File diff suppressed because it is too large
Load diff
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1 +1,3 @@
|
|||
/target
|
||||
.devenv
|
||||
.direnv
|
||||
|
|
Loading…
Reference in a new issue