We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f33cf6 commit ca2fed0Copy full SHA for ca2fed0
1 file changed
config/nixos/system/base.nix
@@ -35,6 +35,7 @@
35
jq
36
systemd-impersonate
37
b3sum
38
+ bpftrace
39
]
40
++ lib.optionals (!(lib.versionOlder "25.05" lib.trivial.release)) (with pkgs; [ wcurl ]);
41
programs.trippy.enable = true;
0 commit comments