Skip to content

Commit

Permalink
Problem: Lack of parentheses
Browse files Browse the repository at this point in the history
Solution: Moar parentheses.
  • Loading branch information
clacke committed Aug 15, 2018
1 parent 7488e5e commit 57ef029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pkgs {
'';

fractalide-tests-flat = fractalide-tests.overrideAttrs (oldAttrs: {
buildInputs = [ fractalide.override { flat = true; } ];
buildInputs = [ (fractalide.override { flat = true; }) ];
});
})
];
Expand Down

0 comments on commit 57ef029

Please sign in to comment.