about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2026-01-27 04:15:32 +0100
committerMel <mel@rnrd.eu>2026-01-27 04:15:32 +0100
commit129e5669015a7ffd78d0f665f46cc434bcf126d2 (patch)
tree97c203070590cf27bba2209c1998bcc546260753 /flake.nix
parent38bc2d06fff322a99ba6ba46df69bbd2b40c6173 (diff)
downloadcatskill-main.tar.zst
catskill-main.zip
TinyCC (libtcc) backend for catboot HEAD main
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 1d999f7..9c860eb 100644
--- a/flake.nix
+++ b/flake.nix
@@ -28,7 +28,8 @@
       devShells = eachSystem (
         { system, pkgs }:
         let
-          inherit (pkgs) tinycc pkg-config gnumake lldb clang bintools xxd;
+          inherit (pkgs) pkgsStatic pkg-config gnumake lldb clang bintools xxd;
+          inherit (pkgsStatic) tinycc;
 
           stdenv = pkgs.llvmPackages.stdenv;
           mkShell = pkgs.mkShell.override { inherit stdenv; };