flake: fix devshell overlay

main
jhonas 2023-03-29 19:25:39 +02:00
parent c527fcae02
commit 48a5cb3ff6
Signed by: teutat3s
GPG Key ID: 924889A86D0B0FEB
1 changed files with 1 additions and 1 deletions

View File

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