forked from auxolotl/docs
Update flake.nix
This commit is contained in:
parent
42ad306fed
commit
986f473cdd
|
@ -26,6 +26,7 @@
|
||||||
checks = inputs.nixpkgs.lib.filterAttrs (name: _:
|
checks = inputs.nixpkgs.lib.filterAttrs (name: _:
|
||||||
name != "md-manual"
|
name != "md-manual"
|
||||||
&& name != "nixos-options"
|
&& name != "nixos-options"
|
||||||
|
&& name == "aux-wiki"
|
||||||
) inputs.self.packages.${channels.nixpkgs.system};
|
) inputs.self.packages.${channels.nixpkgs.system};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue