We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 539356f commit 5f79536Copy full SHA for 5f79536
pkgs/os-specific/linux/lxc/default.nix
@@ -61,6 +61,7 @@ stdenv.mkDerivation rec {
61
"bashcompdir=\${out}/share/bash-completion/completions"
62
"READMEdir=\${TMPDIR}/var/lib/lxc/rootfs"
63
"LXCPATH=\${TMPDIR}/var/lib/lxc"
64
+ "bashcompdir=\${out}/etc/bash_completion.d"
65
];
66
67
postInstall = ''
Looks like there was a bit of a mistake here, the bashcompdir was added but was already present on line 61.
1 commit comments
grahamc commentedon Nov 29, 2016
Looks like there was a bit of a mistake here, the bashcompdir was added but was already present on line 61.