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";
|
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.".config/traefik/traefik.toml".source = ./files/traefik.toml;
|
||||||
home.file.".npmrc".source = ./files/.npmrc;
|
home.file.".npmrc".source = ./files/.npmrc;
|
||||||
|
|
||||||
|
|||||||
@@ -109,7 +109,7 @@
|
|||||||
|
|
||||||
jetbrains-mono
|
jetbrains-mono
|
||||||
vscode
|
vscode
|
||||||
zettlr
|
zettlr # TMP: broken (2022-12-19) - patched with clisp overlay
|
||||||
|
|
||||||
unclutter-xfixes
|
unclutter-xfixes
|
||||||
playerctl
|
playerctl
|
||||||
|
|||||||
Reference in New Issue
Block a user