about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
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; };