Skip to content

Commit

Permalink
build(nix): install "decompiler" extra in ibis env
Browse files Browse the repository at this point in the history
  • Loading branch information
deepyaman committed Oct 31, 2023
1 parent 3c51d03 commit bc4efd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/ibis.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ poetry2nix.mkPoetryApplication rec {
checkGroups = [ "test" ];
projectDir = gitignoreSource ../.;
src = gitignoreSource ../.;
extras = backends;
extras = backends ++ [ "decompiler" ];
overrides = [
(import ../poetry-overrides.nix)
poetry2nix.defaultPoetryOverrides
Expand Down

0 comments on commit bc4efd4

Please sign in to comment.