* Doh! Include the pkgs subdirectory of nixpkgs on the CD.
svn path=/nixos/trunk/; revision=12198
This commit is contained in:
parent
90acbf9509
commit
27b329abe2
@ -208,8 +208,7 @@ rec {
|
|||||||
makeTarball = tarName: input: pkgs.runCommand "tarball" {inherit tarName;} "
|
makeTarball = tarName: input: pkgs.runCommand "tarball" {inherit tarName;} "
|
||||||
ensureDir $out
|
ensureDir $out
|
||||||
(cd ${input} && tar cvfj $out/${tarName} . \\
|
(cd ${input} && tar cvfj $out/${tarName} . \\
|
||||||
--exclude '*~' \\
|
--exclude '*~' --exclude 'result')
|
||||||
--exclude 'pkgs' --exclude 'result')
|
|
||||||
";
|
";
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user