diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-01-24 19:08:13 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-01-26 08:31:13 -0500 |
commit | 3f88e14031e46eb45b7842d9e806bce588c4f93f (patch) | |
tree | 45081ce1e6aba798ba03d21b8703bc4f556b7638 /.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 |