Update flake.nix #2

Open
minion wants to merge 2 commits from minion-patch-2 into main
Showing only changes of commit 529157b0d2 - Show all commits

View file

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