build: Nope, I don't understand nix.

This commit is contained in:
2025-01-29 20:53:09 -05:00
parent f7fb112f21
commit 697e2f2071
3 changed files with 2 additions and 4 deletions

View File

@ -36,13 +36,11 @@ pkgs.stdenv.mkDerivation rec {
bash
glibc
gnumake
openssl
which
];
buildInputs = with pkgs; [
glibc
openssl
which
];