diff options
author | Karel Kočí <cynerd@email.cz> | 2022-06-29 13:11:30 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-06-29 13:11:30 +0200 |
commit | bbb7342f1118d7964e512034d84238b6c141f0d0 (patch) | |
tree | 7194bf1208740045a1344a2cff423b9876a677a5 /nixos | |
parent | 16dba0e7e389319cec6967e628d85837f5d46915 (diff) | |
download | nixos-personal-bbb7342f1118d7964e512034d84238b6c141f0d0.tar.gz nixos-personal-bbb7342f1118d7964e512034d84238b6c141f0d0.tar.bz2 nixos-personal-bbb7342f1118d7964e512034d84238b6c141f0d0.zip |
nixos: drill is not valid alternative to the dig
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/modules/generic.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/generic.nix b/nixos/modules/generic.nix index ab47f19..67a80f8 100644 --- a/nixos/modules/generic.nix +++ b/nixos/modules/generic.nix @@ -30,7 +30,7 @@ with lib; git # We need git for this repository to even work # Administration tools coreutils moreutils psmisc progress lshw file - drill + dig gnumake exfat exfatprogs nix-index |