Update flake.nix
Some checks are pending
buildbot/nix-eval Build started.

This commit is contained in:
Skyler Grey 2024-07-27 01:42:13 +00:00
parent ea23c50e9c
commit b81928979c

View file

@ -23,7 +23,7 @@
};
outputs-builder = channels: {
checks = inputs.self.packages.${channels.nixpkgs.system};
checks = inputs.nixpkgs.lib.filterAttrs (name: _: name == "md-manual") inputs.self.packages.${channels.nixpkgs.system};
};
};
}