diff options
author | Alexander Schmolck <a.schmolck+git@gmail.com> | 2023-04-30 14:55:08 +0100 |
---|---|---|
committer | Alexander Schmolck <a.schmolck+git@gmail.com> | 2023-05-17 08:10:30 +0100 |
commit | afd9bd787dddc4e0d3e370f1b043e442ce1a9dbc (patch) | |
tree | f81c2a0a684e8fa14b4263c821df9e176dd5f1ba /src/nix/build.md | |
parent | 8d4b6766e297314f69ee96b6c9d74c6c2637f84b (diff) |
Also use long options in src/nix/*.md
Diffstat (limited to 'src/nix/build.md')
-rw-r--r-- | src/nix/build.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/build.md b/src/nix/build.md index ee414dc86..0fbb39cc3 100644 --- a/src/nix/build.md +++ b/src/nix/build.md @@ -44,7 +44,7 @@ R""( `release.nix`: ```console - # nix build -f release.nix build.x86_64-linux + # nix build --file release.nix build.x86_64-linux ``` * Build a NixOS system configuration from a flake, and make a profile |