summaryrefslogtreecommitdiff
path: root/home/ebisu/meta/development/tools
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-08-28 22:14:29 -0700
committerFuwn <[email protected]>2024-08-28 22:14:29 -0700
commit3f7cbda2664bd0e87c7f024dc633cf5b435088fa (patch)
treef14affdc7a3af897074d210bf7e965aef20611d5 /home/ebisu/meta/development/tools
parenthi (diff)
downloadnixos-config-3f7cbda2664bd0e87c7f024dc633cf5b435088fa.tar.xz
nixos-config-3f7cbda2664bd0e87c7f024dc633cf5b435088fa.zip
hi
Diffstat (limited to 'home/ebisu/meta/development/tools')
-rw-r--r--home/ebisu/meta/development/tools/default.nix10
1 files changed, 4 insertions, 6 deletions
diff --git a/home/ebisu/meta/development/tools/default.nix b/home/ebisu/meta/development/tools/default.nix
index 982b281..aca8fde 100644
--- a/home/ebisu/meta/development/tools/default.nix
+++ b/home/ebisu/meta/development/tools/default.nix
@@ -1,9 +1,6 @@
-{ pkgs
-, ...
-}: {
- imports = [
- ./build
- ];
+{ pkgs, ... }:
+{
+ imports = [ ./build ];
home.packages = with pkgs; [
clang-tools
@@ -16,5 +13,6 @@
linuxKernel.packages.linux_lqx.perf
radare2
global
+ valgrind
];
}