mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-06 15:08:41 +00:00
11 lines
183 B
Nix
11 lines
183 B
Nix
[
|
|
(self: super: {
|
|
# https://github.com/NixOS/nixpkgs/issues/153304
|
|
alacritty = super.alacritty.overrideAttrs (
|
|
o: rec {
|
|
doCheck = false;
|
|
}
|
|
);
|
|
})
|
|
]
|