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

This commit is contained in:
Skyler Grey 2024-07-27 16:33:39 +00:00
parent 42ad306fed
commit 986f473cdd

View file

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