diff options
| author | Mel <mel@rnrd.eu> | 2026-01-27 04:15:32 +0100 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2026-01-27 04:15:32 +0100 |
| commit | 129e5669015a7ffd78d0f665f46cc434bcf126d2 (patch) | |
| tree | 97c203070590cf27bba2209c1998bcc546260753 /flake.nix | |
| parent | 38bc2d06fff322a99ba6ba46df69bbd2b40c6173 (diff) | |
| download | catskill-main.tar.zst catskill-main.zip | |
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 3 |
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; }; |
