Commit Graph

1 Commits

Author SHA1 Message Date
multisn8
d30255f66f
repo: add shell.nix and .envrc (#5519)
* repo: add shell.nix and .envrc

Makes usage on NixOS easier, by not having to drop into a hurry of
`nix-shell -p lots of packages` every time someone wants to experiment
around with wgpu.

The .envrc causes shell.nix to be eval'd automatically run iff

1. direnv is installed
2. the user `direnv allow`ed the shell.nix

* repo(shell.nix): add explanations and remove cruft
2024-04-17 22:08:09 +00:00