diff options
| author | Baitinq <[email protected]> | 2024-05-29 20:22:04 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2024-05-29 20:22:04 +0200 |
| commit | 21b2f18b34c413939671ca27fa4f7c8bb02810b3 (patch) | |
| tree | 64a9004019e35863b87138de324ecc225830006f /hosts | |
| parent | Home: Add ghidra package (diff) | |
| download | nixos-config-21b2f18b34c413939671ca27fa4f7c8bb02810b3.tar.gz nixos-config-21b2f18b34c413939671ca27fa4f7c8bb02810b3.tar.bz2 nixos-config-21b2f18b34c413939671ca27fa4f7c8bb02810b3.zip | |
Home: Add bazel 'bzl' alias
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index 231c886..b5fad62 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -329,6 +329,7 @@ c = "clear"; open = "xdg-open"; k = "kubectl"; + bzl = "bazel"; extract = '' () { if [ -f $1 ] ; then |