diff options
author | Brian Picciano <me@mediocregopher.com> | 2024-10-31 16:35:37 +0100 |
---|---|---|
committer | Brian Picciano <me@mediocregopher.com> | 2024-10-31 16:36:13 +0100 |
commit | 695cd4c58fb146933ed02e61db8f553f7f9bf419 (patch) | |
tree | 3e7fa672de845a578d8544500cce0a586a5d2f91 /README.md | |
parent | 1372a5b5bc46ef2e204d787c83a17a81ffbde756 (diff) |
Swap default.nix for shell.nix
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -94,7 +94,7 @@ A nix-based development environment is provided with the correct versions of all development dependencies. It can be activated by doing: ```bash -nix-shell -A shell +nix-shell ``` The `./cmd/mediocre-caddy` binary package can be used to run a Caddy instance |