summaryrefslogtreecommitdiff
path: root/home/ebisu/kansai/development/tools/build.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/ebisu/kansai/development/tools/build.nix')
-rw-r--r--home/ebisu/kansai/development/tools/build.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/home/ebisu/kansai/development/tools/build.nix b/home/ebisu/kansai/development/tools/build.nix
new file mode 100644
index 0000000..6b0c770
--- /dev/null
+++ b/home/ebisu/kansai/development/tools/build.nix
@@ -0,0 +1,11 @@
+{ pkgs, ... }:
+{
+ home.packages = with pkgs; [
+ cmake
+ just
+ tup
+ meson
+ ninja
+ sccache
+ ];
+}