fix(pkgs): patch clisp with an overlay to ensure zettlr can build
see https://github.com/NixOS/nixpkgs/issues/206958
This commit is contained in:
11
home.nix
11
home.nix
@@ -3,6 +3,17 @@
|
||||
{
|
||||
home.stateVersion = "22.05";
|
||||
|
||||
# Temporary overlays for patches
|
||||
nixpkgs.overlays = [
|
||||
(self: super: {
|
||||
# see https://github.com/NixOS/nixpkgs/pull/206745
|
||||
clisp = super.clisp.override
|
||||
{
|
||||
readline = pkgs.readline6;
|
||||
};
|
||||
})
|
||||
];
|
||||
|
||||
home.file.".config/traefik/traefik.toml".source = ./files/traefik.toml;
|
||||
home.file.".npmrc".source = ./files/.npmrc;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user