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";
# Temporary overlays for patches
nixpkgs.overlays = [
(self: super: {
# see https://github.com/NixOS/nixpkgs/pull/206745
clisp = super.clisp.override
{
readline = pkgs.readline6;
};
})
];
nixpkgs.overlays = [];
home.file.".config/traefik/traefik.toml".source = ./files/traefik.toml;
home.file.".npmrc".source = ./files/.npmrc;