make sure the nix flake never breaks (#6273)

make sure teh nix flake never breaks

Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2025-04-10 23:27:42 -07:00
committed by GitHub
parent 5832890dbb
commit c45c2e27ba
17 changed files with 99 additions and 66 deletions

View File

@ -21,12 +21,6 @@
extensions = ["rustfmt" "llvm-tools-preview" "rust-src"];
};
})
(self: super: {
cargo-llvm-cov = super.cargo-llvm-cov.overrideAttrs (oa: {
doCheck = false;
doInstallCheck = false;
});
})
];
allSystems = [
@ -41,7 +35,6 @@
f {
pkgs = import nixpkgs {
inherit overlays system;
config.allowBroken = true;
};
system = system;
});
@ -51,7 +44,6 @@
packages =
(with pkgs; [
rustToolchain
cargo-llvm-cov
cargo-nextest
just
postgresql.lib