Skip to content
This repository has been archived by the owner on Dec 6, 2018. It is now read-only.

Commit

Permalink
Merge pull request #154 from forGGe/nix-fix
Browse files Browse the repository at this point in the history
[#144] Use proper Nix compiler package
  • Loading branch information
forGGe committed Oct 12, 2016
2 parents ddbdb72 + 294ff5b commit df6e618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ let
in with pkgs; {
coreEnv = stdenv.mkDerivation {
name = "thecore";
buildInputs = [ cmake gcc6 cppcheck cpputest gcc-arm-embedded-5_2 doxygen ];
buildInputs = [ cmake gcc6 cppcheck cpputest gcc-arm-embedded-5 doxygen ];
};
}

0 comments on commit df6e618

Please sign in to comment.