Skip to content

Commit

Permalink
Update pkgs/games/humblebundle/default.nix
Browse files Browse the repository at this point in the history
Co-Authored-By: aszlig <[email protected]>
  • Loading branch information
layus and aszlig authored Sep 30, 2019
1 parent f18d30a commit 268e19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/games/humblebundle/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ let
owlboy = callPackage ./owlboy.nix {};
pico-8 = callPackage ./pico-8.nix {};
rocketbirds = callPackage ./rocketbirds.nix {};
spacechem = callPackage ./spacechem.nix {};
spacechem = callPackage_i686 ./spacechem.nix {};
spaz = callPackage ./spaz.nix {};
starbound = callPackage ./starbound.nix {};
swordsandsoldiers = callPackage ./swordsandsoldiers.nix {};
Expand Down

0 comments on commit 268e19a

Please sign in to comment.