Skip to content

Commit

Permalink
Merge pull request #159 from samuela/patch-2
Browse files Browse the repository at this point in the history
README.md: "ommit" -> "omit"
  • Loading branch information
guibou authored Mar 19, 2024
2 parents 245e72d + 9b4887d commit 5f39194
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:nix-community/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:nix-community/nixGL -- program
Expand Down

0 comments on commit 5f39194

Please sign in to comment.