flake: fix devshell overlay

This commit is contained in:
jhonas 2023-03-29 19:25:39 +02:00
parent c527fcae02
commit 48a5cb3ff6
Signed by: teutat3s
GPG key ID: 924889A86D0B0FEB

View file

@ -19,7 +19,7 @@
inherit system; inherit system;
overlays = [ overlays = [
devshell.overlay devshell.overlays.default
(import ./overlay.nix) (import ./overlay.nix)
]; ];
}; };