Update flake.nix
Some checks failed
buildbot/nix-eval Build done.

This commit is contained in:
Skyler Grey 2024-07-27 17:56:21 +00:00
parent 986f473cdd
commit 529157b0d2

View file

@ -24,9 +24,7 @@
outputs-builder = channels: {
checks = inputs.nixpkgs.lib.filterAttrs (name: _:
name != "md-manual"
&& name != "nixos-options"
&& name == "aux-wiki"
name == "aux-wiki"
) inputs.self.packages.${channels.nixpkgs.system};
};
};