forked from auxolotl/docs
parent
986f473cdd
commit
529157b0d2
|
@ -24,9 +24,7 @@
|
||||||
|
|
||||||
outputs-builder = channels: {
|
outputs-builder = channels: {
|
||||||
checks = inputs.nixpkgs.lib.filterAttrs (name: _:
|
checks = inputs.nixpkgs.lib.filterAttrs (name: _:
|
||||||
name != "md-manual"
|
name == "aux-wiki"
|
||||||
&& name != "nixos-options"
|
|
||||||
&& name == "aux-wiki"
|
|
||||||
) inputs.self.packages.${channels.nixpkgs.system};
|
) inputs.self.packages.${channels.nixpkgs.system};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue