Skip to content

Commit

Permalink
README.md: "ommit" -> "omit"
Browse files Browse the repository at this point in the history
  • Loading branch information
samuela authored Jan 20, 2024
1 parent 489d6b0 commit 9b4887d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ You need to specify the same version of `nixpkgs` that your `program` is using.
nix run --override-input nixpkgs nixpkgs/nixos-21.11 --impure github:guibou/nixGL -- program
```

If you use the default `nixpkgs` channel (i.e. `nixpkgs-unstable`), you can ommit those arguments like so:
If you use the default `nixpkgs` channel (i.e. `nixpkgs-unstable`), you can omit those arguments like so:

```sh
nix run --impure github:guibou/nixGL -- program
Expand Down

0 comments on commit 9b4887d

Please sign in to comment.