Initial commit

This commit is contained in:
Marius Drechsler 2024-07-17 10:14:20 +02:00
commit 9aca6c3042
40 changed files with 2557 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/mya/thesis" ]]; then
echo "Cannot find source directory; Did you move it?"
echo "(Looking for "/home/mya/thesis")"
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/mya/thesis" true
# Update the mtime for .envrc.
# This will cause direnv to reload again - but without re-building.
touch "/home/mya/thesis/.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/mya/thesis/.envrc" "/home/mya/thesis/.direnv"/*.rc

View file

@ -0,0 +1 @@
/nix/store/72x8cqlqwfpj59mhy3mk2rh12zacddmr-source

View file

@ -0,0 +1 @@
/nix/store/8mf17vg4416wkyd7kc1b4yp4pgvsi0qy-source

View file

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

View file

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

View file

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

View file

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

View file

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

File diff suppressed because it is too large Load diff