Update flake.nix
All checks were successful
buildbot/nix-build .#checks.x86_64-linux."aux-wiki/../path-traversal" Build done.
buildbot/nix-eval Build done.

This commit is contained in:
Skyler Grey 2024-07-27 16:51:13 +00:00
parent 42ad306fed
commit 14dc1a03dd

View file

@ -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};
}; };
}; };
} }