This website works better with JavaScript.
Explore
Help
Sign In
b12f
/
vyx-hex
Watch
1
Star
0
Fork
You've already forked vyx-hex
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26
Commits
13
Branches
5
Tags
599 KiB
JavaScript
96.8%
Shell
1.9%
Nix
0.6%
HTML
0.5%
SCSS
0.2%
Tag:
Branch:
Tree:
master
cellular-automata
circle-fill
curves
left-right
lines-horizontal
master
micro-bars
pitch-bars
shader
squares-pitch-color
squares-random
volume-lines
wireframes
half-circle-curve
micro-bars-1.0.0
pitch-bar-black-white
pitch-bar-color
pitch-bars-randomized-1.0.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
vyx-hex
/
shell.nix
8 lines
106 B
Raw
Permalink
Blame
History
{
pkgs
?
import
<nixpkgs>
{
}
}:
pkgs
.
mkShell
{
buildInputs
=
[
pkgs
.
python3
pkgs
.
nodejs
]
;
}
Reference in new issue
View Git Blame
Copy Permalink