mirror of
https://github.com/Noratrieb/webgpu-mandelbrot.git
synced 2026-01-14 17:05:02 +01:00
compute
This commit is contained in:
commit
1a07df64ca
4 changed files with 192 additions and 0 deletions
7
shell.nix
Normal file
7
shell.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# doesn't work.
|
||||
let moz_overlay = import (builtins.fetchTarball "https://github.com/mozilla/nixpkgs-mozilla/archive/9b11a87c0cc54e308fa83aac5b4ee1816d5418a2.tar.gz");
|
||||
in
|
||||
|
||||
{ pkgs ? import <nixpkgs> { overlays = [ moz_overlay ]; } }: pkgs.mkShell {
|
||||
packages = [ pkgs.latest.firefox-nightly-bin ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue