Skip to content

Commit 5d80456

Browse files
committedNov 28, 2016
1 parent b67ae8b commit 5d80456

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎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 = ''

3 commit comments

Comments
 (3)

grahamc commented on Nov 29, 2016

@grahamc
Member

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

fpletz commented on Nov 29, 2016

@fpletz
MemberAuthor

Thanks for noticing. I had the commit sitting on my local master and pulled upstream to rebase my commit before pushing. I didn't notice there was a commit bumping lxc and the auto-merge on the rebase. I should've checked the resulting diff. 😞 Sorry, will revert.

fpletz commented on Nov 29, 2016

@fpletz
MemberAuthor

Reverted in e43f2fc on master and 115808b on release-16.09.

Please sign in to comment.