Skip to content

Commit 5f79536

Browse files
committedNov 28, 2016
1 parent 539356f commit 5f79536

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎pkgs/os-specific/linux/lxc/default.nix

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ stdenv.mkDerivation rec {
6161
"bashcompdir=\${out}/share/bash-completion/completions"
6262
"READMEdir=\${TMPDIR}/var/lib/lxc/rootfs"
6363
"LXCPATH=\${TMPDIR}/var/lib/lxc"
64+
"bashcompdir=\${out}/etc/bash_completion.d"
6465
];
6566

6667
postInstall = ''

1 commit comments

Comments
 (1)

grahamc commented on Nov 29, 2016

@grahamc
Member

Looks like there was a bit of a mistake here, the bashcompdir was added but was already present on line 61.

Please sign in to comment.