Update accentor

This commit is contained in:
Charlotte Van Petegem 2022-06-30 20:04:30 +02:00
parent 7f106c2c8a
commit 1101a2d6c3
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 13 additions and 14 deletions

View file

@ -92,13 +92,12 @@
input = nixpkgs;
patches = builtins.map (patch: ./patches + "/${patch}") (builtins.filter (x: x != ".keep") (builtins.attrNames (builtins.readDir ./patches)));
overlaysBuilder = _: [
accentor.overlay
devshell.overlay
emacs-overlay.overlay
(self: super: customPackages self.callPackage)
(self: super: {
tetris = tetris.packages.${self.system}.default;
accentor-api = accentor-api.packages.${self.system}.default;
accentor-web = accentor-web.packages.${self.system}.default;
})
nur.overlay
];