diff options
| author | Fuwn <[email protected]> | 2024-08-28 22:14:29 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-08-28 22:14:29 -0700 |
| commit | 3f7cbda2664bd0e87c7f024dc633cf5b435088fa (patch) | |
| tree | f14affdc7a3af897074d210bf7e965aef20611d5 /home/ebisu/meta/development/tools | |
| parent | hi (diff) | |
| download | nixos-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.nix | 10 |
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 ]; } |