Update shells a bit

This commit is contained in:
Charlotte Van Petegem 2023-03-14 11:39:45 +01:00
parent 1414da9c00
commit 57f21d8d0d
No known key found for this signature in database
GPG key ID: 019E764B7184435A
8 changed files with 98 additions and 85 deletions

View file

@ -33,7 +33,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
devshell = {
url = "github:chvp/devshell/background-services";
url = "github:chvp/devshell";
inputs = {
flake-utils.follows = "flake-utils";
nixpkgs.follows = "nixpkgs";
@ -98,6 +98,7 @@
input = nixpkgs;
patches = builtins.map (patch: ./patches + "/${patch}") (builtins.filter (x: x != ".keep") (builtins.attrNames (builtins.readDir ./patches)));
overlaysBuilder = _: [
agenix.overlays.default
accentor.overlays.default
devshell.overlays.default
emacs-overlay.overlay