Skip to content

Commit

Permalink
docs: remove leftover backtick (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
matdibu authored Jan 12, 2025
1 parent 8ae6e75 commit e33780c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ You can then configure it like:
openFirewall = true;
};
}
```

For more options, see [`./docs/nixos-options.md`](./docs/nixos-options.md).
Expand All @@ -57,7 +56,7 @@ If you want to help out, here's a brief guide:

3. To fetch the hash for the latest version, run:
```command
NIXPKGS_ALLOW_UNFREE=1 nix build --impure .#packages.x86_64-linux.default`
NIXPKGS_ALLOW_UNFREE=1 nix build --impure .#packages.x86_64-linux.default
```

4. The build will error out, warning about a mismatched hash; update `src.hash` to the new hash.
Expand Down

0 comments on commit e33780c

Please sign in to comment.