1
0
mirror of https://github.com/KeyZox71/ft_minipowershell.git synced 2025-05-13 16:08:45 +02:00

🔨」 fix: Can compile on nixos

This commit is contained in:
2024-05-13 17:33:29 +02:00
parent cd49ddb22c
commit ad14d6b9ce
84 changed files with 17 additions and 6 deletions

8
.direnv/bin/nix-direnv-reload Executable file
View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
dir="$(realpath $(dirname ${BASH_SOURCE[0]})/../..)"
_nix_direnv_force_reload=1 direnv exec "$dir" true
direnv reload
# direnv reload updates the mtime of .envrc. Also update the timestamp of the
# profile_rc file to keep track that we actually are up to date.
touch $dir/.direnv/{nix,flake}-profile-*.rc