summaryrefslogtreecommitdiff
path: root/modules/examples/hydra.nix
diff options
context:
space:
mode:
authorisabel <isabel@isabelroses.com>2024-09-30 16:30:50 +0100
committerisabel <isabel@isabelroses.com>2024-10-08 10:05:26 +0100
commitc9fd4820d5e33422d2a9311898e098ba492dbd34 (patch)
tree8cdfa47d3fc970f908523357518b996ac4afec4d /modules/examples/hydra.nix
parentf61d5f2051a387a15817007220e9fb3bbead57b3 (diff)
programs/bash: move to completion.*
a port of https://github.com/NixOS/nixpkgs/pull/291552 for darwin
Diffstat (limited to 'modules/examples/hydra.nix')
-rw-r--r--modules/examples/hydra.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/examples/hydra.nix b/modules/examples/hydra.nix
index 15808d9..3160498 100644
--- a/modules/examples/hydra.nix
+++ b/modules/examples/hydra.nix
@@ -12,7 +12,7 @@ in
{
# Create /etc/bashrc that loads the nix-darwin environment.
programs.bash.enable = true;
- programs.bash.enableCompletion = false;
+ programs.bash.completion.enable = false;
# Recreate /run/current-system symlink after boot.
services.activate-system.enable = true;