flake: fix devshell overlay
This commit is contained in:
parent
c527fcae02
commit
48a5cb3ff6
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
inherit system;
|
||||
|
||||
overlays = [
|
||||
devshell.overlay
|
||||
devshell.overlays.default
|
||||
(import ./overlay.nix)
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue