Skip to content

Commit 6a599a7

Browse files
committed
ci: use unwrapped-gcc in nix shell
1 parent 95e0de4 commit 6a599a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/shell.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ let
88
pymdown-extensions
99
];
1010
mkdocs-python = pkgs.python3.withPackages mkdocs-packages;
11-
in pkgs.mkShell {
11+
in pkgs.mkShellNoCC {
1212

1313
buildInputs = with pkgs; [
1414
figlet
1515
git
1616
git-lfs
1717
gnumake
1818
getopt
19-
gcc
19+
gcc-unwrapped
2020
binutils
2121

2222
# For the local simulation

0 commit comments

Comments
 (0)