diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-01-24 19:11:17 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-01-26 08:29:58 -0500 |
commit | 5010380c619015fcd04e891ae49548bb6e8842dc (patch) | |
tree | 7935ac0ab8caadf24e5bbea24acbdd0acfc827ea /.envrc | |
parent | nix & build housekeeping, alternative D compilers (diff) |
nix & build housekeeping
Diffstat (limited to '.envrc')
-rw-r--r-- | .envrc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -7,7 +7,6 @@ if ! has nix_direnv_version || ! nix_direnv_version ${NixDirEnvVersion}; then # source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/${NixDirEnvVersion}/direnvrc" "sha256-0000000000000000000000000000000000000000000=" source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/${NixDirEnvVersion}/direnvrc" "sha256-5EwyKnkJNQeXrRkYbwwRBcXbibosCJqyIUuz9Xq+LRc=" fi -# reload when these files change watch_file flake.lock watch_file flake.nix nix flake update && nix flake check --show-trace && nix flake show |