refactor(packages): remove temporary fixes now that upstread pkgs are

fixed
This commit is contained in:
Pierre Martin
2023-01-04 06:29:04 +01:00
parent df4cbfc50c
commit c93a5f3043
2 changed files with 3 additions and 11 deletions

View File

@@ -4,15 +4,7 @@
home.stateVersion = "22.05"; home.stateVersion = "22.05";
# Temporary overlays for patches # Temporary overlays for patches
nixpkgs.overlays = [ 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;

View File

@@ -20,7 +20,7 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
wget wget
curl curl
#httpie # TMP: broken (2022-12-19) - see https://github.com/NixOS/nixpkgs/pull/207035 httpie
hurl hurl
bind bind
gcc gcc
@@ -110,7 +110,7 @@
jetbrains-mono jetbrains-mono
vscode.fhs vscode.fhs
zettlr # TMP: broken (2022-12-19) - patched with clisp overlay zettlr
unclutter-xfixes unclutter-xfixes
playerctl playerctl