commit
269a0569b7
@ -1,6 +1,7 @@
|
|||||||
{ stdenv, fetchFromGitHub, rustPlatform, ncurses }:
|
{ stdenv, fetchFromGitHub, rustPlatform, ncurses }:
|
||||||
rustPlatform.buildRustPackage rec {
|
|
||||||
name = "hexdino-${version}";
|
rustPlatform.buildRustPackage {
|
||||||
|
pname = "hexdino";
|
||||||
version = "0.1.0";
|
version = "0.1.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user