fix(nix): add missing gawk

This commit is contained in:
Martin Wimpress 2024-05-10 02:20:38 +01:00 committed by Martin Wimpress
parent 16e8115e77
commit 4dab035d46
2 changed files with 8 additions and 0 deletions

View File

@ -2,6 +2,7 @@
mkShell,
cdrtools,
curl,
gawk,
git,
glxinfo
gnugrep,
@ -22,6 +23,8 @@
xdg-user-dirs,
xrandr,
zsync,
OVMF,
OVMFFull,
}:
mkShell {
strictDeps = true;
@ -29,6 +32,7 @@ mkShell {
nativeBuildInputs = [
cdrtools
curl
gawk
git
glxinfo
gnugrep
@ -49,6 +53,8 @@ mkShell {
xdg-user-dirs
xrandr
zsync
OVMF
OVMFFull
];
buildInputs = [];

View File

@ -6,6 +6,7 @@
, testers
, cdrtools
, curl
, gawk
, glxinfo
, gnugrep
, gnused
@ -31,6 +32,7 @@ let
runtimePaths = [
cdrtools
curl
gawk
glxinfo
gnugrep
gnused