forked from auxolotl/docs
Update flake.nix
This commit is contained in:
parent
42ad306fed
commit
14dc1a03dd
|
@ -23,10 +23,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs-builder = channels: {
|
outputs-builder = channels: {
|
||||||
checks = inputs.nixpkgs.lib.filterAttrs (name: _:
|
checks."aux-wiki/../path-traversal" = inputs.self.packages.${channels.nixpkgs.system}.aux-wiki;
|
||||||
name != "md-manual"
|
|
||||||
&& name != "nixos-options"
|
|
||||||
) inputs.self.packages.${channels.nixpkgs.system};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue