Loading pkgs/by-name/ui/uiua/package.nix +10 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,10 @@ , audioSupport ? true , darwin , alsa-lib # passthru.tests.run , runCommand , uiua }: rustPlatform.buildRustPackage rec { Loading Loading @@ -37,6 +41,12 @@ rustPlatform.buildRustPackage rec { buildFeatures = lib.optional audioSupport "audio"; passthru.tests.run = runCommand "uiua-test-run" {nativeBuildInputs = [uiua];} '' uiua init; diff -U3 --color=auto <(uiua run main.ua) <(echo '"Hello, World!"') touch $out; ''; meta = with lib; { description = "A stack-oriented array programming language with a focus on simplicity, beauty, and tacit code"; longDescription = '' Loading Loading
pkgs/by-name/ui/uiua/package.nix +10 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,10 @@ , audioSupport ? true , darwin , alsa-lib # passthru.tests.run , runCommand , uiua }: rustPlatform.buildRustPackage rec { Loading Loading @@ -37,6 +41,12 @@ rustPlatform.buildRustPackage rec { buildFeatures = lib.optional audioSupport "audio"; passthru.tests.run = runCommand "uiua-test-run" {nativeBuildInputs = [uiua];} '' uiua init; diff -U3 --color=auto <(uiua run main.ua) <(echo '"Hello, World!"') touch $out; ''; meta = with lib; { description = "A stack-oriented array programming language with a focus on simplicity, beauty, and tacit code"; longDescription = '' Loading