chore(nix): fix use of deprecated devShell
This commit is contained in:
parent
f406d0f98d
commit
1a035e8c7c
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@
|
|||
'';
|
||||
in
|
||||
{
|
||||
devShell = pkgs.mkShell {
|
||||
devShells.${system}.default = pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
erofs-utils
|
||||
just
|
||||
|
|
Loading…
Reference in a new issue