mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-22 12:22:17 +00:00
move dnscontrol to cli/extras
This commit is contained in:
parent
fe9ade7b0c
commit
94d6943248
2 changed files with 3 additions and 3 deletions
|
@ -10,6 +10,7 @@
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
android-tools # Android SDK
|
android-tools # Android SDK
|
||||||
awscli # AWS CLI
|
awscli # AWS CLI
|
||||||
|
dnscontrol # Control your DNS
|
||||||
envsubst # Envvar substitution for Go
|
envsubst # Envvar substitution for Go
|
||||||
google-cloud-sdk # GCP CLI
|
google-cloud-sdk # GCP CLI
|
||||||
kubectl # Container wrangler
|
kubectl # Container wrangler
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
# packages
|
# packages
|
||||||
home.packages = with pkgs; [
|
# home.packages = with pkgs; [
|
||||||
dnscontrol
|
# ];
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue