make sure gcc/gxx std libs are available
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jeffrey C. Ollie 2023-04-15 22:02:47 -05:00
parent f41bd4779a
commit daa4f8d9e3
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -31,13 +31,14 @@
pkgs.coreutils-full pkgs.coreutils-full
pkgs.gawk pkgs.gawk
pkgs.git pkgs.git
pkgs.glibc.bin
pkgs.gnugrep pkgs.gnugrep
pkgs.gnused pkgs.gnused
pkgs.glibc.bin
pkgs.nix pkgs.nix
pkgs.nodejs-16_x pkgs.nodejs-16_x
pkgs.nushell pkgs.nushell
pkgs.podman pkgs.podman
pkgs.stdenv.cc.cc.lib
]; ];
flake-registry = null; flake-registry = null;