avoid using deprecated attribute devShell

This commit is contained in:
2026-03-11 04:47:35 +01:00
parent aa4df91d7b
commit 0fc04484bd

View File

@@ -30,7 +30,7 @@
inherit (pkgs) lib;
in
{
devShell.${system} =
devShells.${system}.default =
with pkgs;
mkShell {
inherit buildInputs nativeBuildInputs;