diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-11-25 18:09:05 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-11-25 18:09:05 +0300 |
commit | e2cc46b37e33643cf3dd017adb8a009bf143e246 (patch) | |
tree | 86f24ea544e9ed75bf8736c951a09dfdb2219f5d /modules/common/profiles/dev/containers.nix | |
parent | 2023-11-23 (diff) |
2023-11-25
Diffstat (limited to '')
-rw-r--r-- | modules/common/profiles/dev/containers.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/common/profiles/dev/containers.nix b/modules/common/profiles/dev/containers.nix index 027c685..d9b67d0 100644 --- a/modules/common/profiles/dev/containers.nix +++ b/modules/common/profiles/dev/containers.nix @@ -15,7 +15,6 @@ in { config = mkIf cfg.enable { nixfiles.modules.common.shell.aliases = { - b = "buildah"; h = "helm"; k = "kubectl"; kns = "kubens"; |