Skip to content

Commit

Permalink
feat(nixos): darkstar needs gcc for CGO
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Nov 19, 2023
1 parent 8254a43 commit ba1d0d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions machines/darkstar.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
'';
};

environment.systemPackages = with pkgs; [
gcc
];


# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. It‘s perfectly fine and recommended to leave
Expand Down

0 comments on commit ba1d0d1

Please sign in to comment.