From c4f96d2b3f3b3878d6e0bbca7e0c4cd3f5d8bc85 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 31 Jan 2025 13:50:14 -0500 Subject: Terminal (it doesn't do the colors right for some reason) --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 4fbff85..642b03e 100644 --- a/flake.nix +++ b/flake.nix @@ -73,7 +73,7 @@ { packages = { default = game; - inherit st; + st = st.packages.x86_64-linux.st; }; devShells.default = craneLib.devShell { -- cgit v1.2.3