Skip to content

Commit

Permalink
Merge pull request #128 from dnkmmr69420/patch-1
Browse files Browse the repository at this point in the history
added installation directions for nixgl flake
  • Loading branch information
guibou committed Mar 19, 2024
2 parents d46df07 + e1e2865 commit d709a8a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -74,6 +74,14 @@ You can also specify which wrapper to use instead of using the default auto dete
nix run github:nix-community/nixGL#nixGLIntel -- program
```

### Install nixgl

You can also install nixgl in a nix profile

```bash
nix profile install github:guibou/nixGL --impure
```

This will result in a lighter download and execution time. Also, this evaluation is pure.


Expand Down

0 comments on commit d709a8a

Please sign in to comment.