marp | footer |
---|---|
true |
Homepage: https://haruki7049.dev
URL for this slide:https://gist.github.com/haruki7049/a972aaa4c9d3120885ca0fd129cceb2d |
Author: haruki7049
/******************************************************************************* | |
* | |
* A minimal Forth compiler in C | |
* By Leif Bruder <leifbruder@gmail.com> http://defineanswer42.wordpress.com | |
* Release 2014-04-04 | |
* | |
* Based on Richard W.M. Jones' excellent Jonesforth sources/tutorial | |
* | |
* PUBLIC DOMAIN | |
* |
this derivation will be built: | |
/nix/store/6pjsgwpc0s3mndk3fp96mkya2vbna9s2-zig-0.13.0.drv | |
building '/nix/store/6pjsgwpc0s3mndk3fp96mkya2vbna9s2-zig-0.13.0.drv'... | |
Running phase: unpackPhase | |
unpacking source archive /nix/store/d3f65k6m4fkz9yb20rszsg5ci4b81ca3-source | |
source root is source | |
Running phase: patchPhase | |
substituteStream() in derivation zig-0.13.0: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'lib/std/zig/system.zig') | |
Running phase: updateAutotoolsGnuConfigScriptsPhase | |
Running phase: configurePhase |
this derivation will be built: | |
/nix/store/3q5mg6p2hisllsp85nygmq57472ql9v4-jank-lang-dev.drv | |
building '/nix/store/3q5mg6p2hisllsp85nygmq57472ql9v4-jank-lang-dev.drv'... | |
Running phase: unpackPhase | |
unpacking source archive /nix/store/rdrb3flsjc7jm8nvwqzr74fx7c9jw8hx-source | |
source root is source | |
Running phase: patchPhase | |
Running phase: updateAutotoolsGnuConfigScriptsPhase | |
Running phase: configurePhase | |
fixing cmake files... |
this derivation will be built: | |
/nix/store/hpz99i1drxzxbfpzm7ffnqw2g4c7qbfk-jank-lang-dev.drv | |
building '/nix/store/hpz99i1drxzxbfpzm7ffnqw2g4c7qbfk-jank-lang-dev.drv'... | |
Running phase: unpackPhase | |
unpacking source archive /nix/store/bmn4d1m81fgpqgqb0jczklinnyjqlc2a-source | |
source root is source | |
Running phase: patchPhase | |
Running phase: updateAutotoolsGnuConfigScriptsPhase | |
Running phase: configurePhase | |
fixing cmake files... |
this derivation will be built: | |
/nix/store/w4zmmz30sqhxq5xlzmnvag4i7pm08j8b-cargo-llvm-cov-0.6.12.drv | |
building '/nix/store/w4zmmz30sqhxq5xlzmnvag4i7pm08j8b-cargo-llvm-cov-0.6.12.drv'... | |
Running phase: unpackPhase | |
unpacking source archive /nix/store/hwrfkp6w5i6cy1ppmmmp18dwlhycs7s9-source | |
source root is source | |
Executing cargoSetupPostUnpackHook | |
unpacking source archive /nix/store/18nyfs5h08z17dxz48am8202vx2v7kjn-cargo-llvm-cov-0.6.12-vendor.tar.gz | |
Finished cargoSetupPostUnpackHook | |
Running phase: patchPhase |
marp | footer |
---|---|
true |
Homepage: https://haruki7049.dev
URL for this slide:https://gist.github.com/haruki7049/a972aaa4c9d3120885ca0fd129cceb2d |
Author: haruki7049
{ | |
rustPlatform, | |
fetchFromGitHub, | |
}: | |
rustPlatform.buildRustPackage rec { | |
pname = "sonic-pi-tool"; | |
version = "0-unstable-2022-11-04"; | |
src = fetchFromGitHub { |
I hereby claim:
To claim this, I am signing this object:
# FROM https://github.com/philj56/tofi/blob/v0.9.1/themes/dmenu | |
anchor = top | |
width = 100% | |
height = 30 | |
horizontal = true | |
font-size = 14 | |
prompt-text = " run: " | |
font = monospace | |
outline-width = 0 |