Update accentor
This commit is contained in:
parent
7f106c2c8a
commit
1101a2d6c3
2 changed files with 13 additions and 14 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue