diff options
| -rw-r--r-- | .envrc | 5 | ||||
| -rw-r--r-- | .gitignore | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,5 @@ +use flake +if on_git_branch; then + echo && git status --short --branch && + echo && git fetch --verbose +fi @@ -1,2 +1,3 @@ result hardware-configuration.nix +.direnv |
