fix: adjust Flake for updated devshell

This commit is contained in:
Harsh Shandilya 2023-04-01 12:11:32 +05:30
parent 2ea8025274
commit 8c898d2b42
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
let
pkgs = import nixpkgs {
inherit system;
overlays = [ devshell.overlay ];
overlays = [ devshell.overlays.default ];
};
in {
devShell = pkgs.devshell.mkShell {