summaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2026-02-23 22:18:22 -0500
committerGitHub <noreply@github.com>2026-02-23 22:18:22 -0500
commit8f98dc579af1993ec85bd849656c4835b4039dd6 (patch)
tree3ee45620d83b209c1c11248afc9ab83ffcf39691 /nix
parentc2d4209f85f46cc91163bc47cc43db252c94acf6 (diff)
downloadcompiler-8f98dc579af1993ec85bd849656c4835b4039dd6.tar.gz
[willow]: frontend plumbing (#13)
...
Diffstat (limited to 'nix')
-rw-r--r--nix/flake.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nix/flake.nix b/nix/flake.nix
index fa570f3..6d151c6 100644
--- a/nix/flake.nix
+++ b/nix/flake.nix
@@ -26,8 +26,7 @@
devShells.default = pkgs.mkShell {
name = "compiler stuff";
packages = with pkgs; [
- # clang-tools
- # bazelisk
+ argparse
bazel_8
bazel-buildtools
nix