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