forked from auxolotl/docs
Update packages/aux-wiki/default.nix #1
|
@ -26,6 +26,7 @@
|
||||||
checks = inputs.nixpkgs.lib.filterAttrs (name: _:
|
checks = inputs.nixpkgs.lib.filterAttrs (name: _:
|
||||||
name != "md-manual"
|
name != "md-manual"
|
||||||
&& name != "nixos-options"
|
&& name != "nixos-options"
|
||||||
|
&& name != "nixpkgs-manual"
|
||||||
) inputs.self.packages.${channels.nixpkgs.system};
|
) inputs.self.packages.${channels.nixpkgs.system};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -12,6 +12,8 @@ stdenvNoCC.mkDerivation {
|
||||||
cp -r community $out/community
|
cp -r community $out/community
|
||||||
cp -r contributing $out/contributing
|
cp -r contributing $out/contributing
|
||||||
cp -r docs $out/docs
|
cp -r docs $out/docs
|
||||||
|
|
||||||
|
# A cache busting comment
|
||||||
'';
|
'';
|
||||||
|
|
||||||
fixupPhase = ''
|
fixupPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue