From a57318722281d45ec1a4d5da96b9dc97de27d00d Mon Sep 17 00:00:00 2001 From: Dylan Madisetti Date: Tue, 28 Nov 2023 15:51:14 -0500 Subject: [PATCH] pkgconfig -> pkg-config #65 (#67) runs fine locally. --- flake.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a3a15bd..72980d8 100644 --- a/flake.nix +++ b/flake.nix @@ -31,7 +31,7 @@ src = ./.; nativeBuildInputs = [ openssl - pkgconfig + pkg-config ]; buildInputs = [ steamcmd @@ -78,6 +78,9 @@ wine proton-caller python3 + + # binary + self.packages.${system}.steam-tui ]; STEAM_RUN_WRAPPER = "${pkgs.steam-run}/bin/steam-run"; };