Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Claudio/pocketic based drun #4557

Draft
wants to merge 8 commits into
base: mraszyk/pocketic-based-drun
Choose a base branch
from

Conversation

crusso
Copy link
Contributor

@crusso crusso commented May 28, 2024

No description provided.

@crusso crusso changed the base branch from master to mraszyk/pocketic-based-drun May 28, 2024 17:02
let drun =
nixpkgs.runCommandNoCC "drun" {} ''
mkdir -p $out/bin
cp -f ${POCKET_IC} $out/bin/pocket-ic.gz
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ln -sf could also work

chmod u+x $out/bin/drun
''; in
/*
let drun = stdenv.mkDerivation {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

right, most common jobs have dedicated wrappers

@@ -565,7 +597,7 @@ rec {
recurseForDerivations = true;
};

inherit (nixpkgs) drun wabt wasmtime wasm nix-update;
inherit (nixpkgs) /* drun */ wabt wasmtime wasm nix-update;
Copy link
Contributor

@ggreif ggreif May 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
inherit (nixpkgs) /* drun */ wabt wasmtime wasm nix-update;
inherit (nixpkgs) wabt wasmtime wasm nix-update;

Yeah, drun is already in scope.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants