refactor(packages): remove temporary fixes now that upstread pkgs are
fixed
This commit is contained in:
10
home.nix
10
home.nix
@@ -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;
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user