diff options
| author | isabel <isabel@isabelroses.com> | 2024-09-30 16:30:50 +0100 |
|---|---|---|
| committer | isabel <isabel@isabelroses.com> | 2024-10-08 10:05:26 +0100 |
| commit | c9fd4820d5e33422d2a9311898e098ba492dbd34 (patch) | |
| tree | 8cdfa47d3fc970f908523357518b996ac4afec4d /modules/examples/hydra.nix | |
| parent | f61d5f2051a387a15817007220e9fb3bbead57b3 (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.nix | 2 |
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; |
