Skip to content

Commit

Permalink
fix(nix): add missing gawk
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed May 10, 2024
1 parent 16e8115 commit 4dab035
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions devshell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
mkShell,
cdrtools,
curl,
gawk,
git,
glxinfo
gnugrep,
Expand All @@ -22,13 +23,16 @@
xdg-user-dirs,
xrandr,
zsync,
OVMF,
OVMFFull,
}:
mkShell {
strictDeps = true;

nativeBuildInputs = [
cdrtools
curl
gawk
git
glxinfo
gnugrep
Expand All @@ -49,6 +53,8 @@ mkShell {
xdg-user-dirs
xrandr
zsync
OVMF
OVMFFull
];

buildInputs = [];
Expand Down
2 changes: 2 additions & 0 deletions package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
, testers
, cdrtools
, curl
, gawk
, glxinfo
, gnugrep
, gnused
Expand All @@ -31,6 +32,7 @@ let
runtimePaths = [
cdrtools
curl
gawk
glxinfo
gnugrep
gnused
Expand Down

0 comments on commit 4dab035

Please sign in to comment.