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`. First make sure you have `niv` so you can upgrade dependency versions in `sources.json`.
```sh ```sh
$ nix-shell -p niv nix-shell -p niv
$ (cd config/sources && niv update) (cd config/sources && niv update)
``` ```
Build with: Build with:
```sh ```sh
$ nix-build deploy/ nix-build deploy/
``` ```
Deploy by running the generated executable. Deploy by running the generated executable.
```sh ```sh
$ ./result ./result
``` ```
## Switching nixpkgs branch ## Switching nixpkgs branch