Update dependencies
This commit is contained in:
parent
46587cc637
commit
62e56ded2f
4 changed files with 10 additions and 211 deletions
|
@ -17,7 +17,7 @@
|
|||
supportedSystems = [ "x86_64-linux" ];
|
||||
channels.nixpkgs = {
|
||||
input = nixpkgs;
|
||||
patches = map (patch: ./patches + "/${patch}") (builtins.attrNames (builtins.readDir ./patches));
|
||||
patches = map (patch: ./patches + "/${patch}") (builtins.filter (x: x != ".keep") (builtins.attrNames (builtins.readDir ./patches)));
|
||||
overlaysBuilder = _: [ emacs-overlay.overlay ];
|
||||
};
|
||||
hostDefaults = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue