Remove $ prefix from shell code fences

This commit is contained in:
Amanda Graven 2026-01-09 18:34:33 +01:00
parent 1844cb7ef3
commit 317f1bfb0d
Signed by: amanda
GPG key ID: F747582C5608F4CB

View file

@ -7,16 +7,16 @@ TL;DR:
First make sure you have `niv` so you can upgrade dependency versions in `sources.json`.
```sh
$ nix-shell -p niv
$ (cd config/sources && niv update)
nix-shell -p niv
(cd config/sources && niv update)
```
Build with:
```sh
$ nix-build deploy/
nix-build deploy/
```
Deploy by running the generated executable.
```sh
$ ./result
./result
```
## Switching nixpkgs branch