forked from auxolotl/docs
Update flake.nix #2
1 changed files with 1 additions and 3 deletions
|
@ -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};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue