From 0fc04484bd65bc339ee4f5f1ac0e0903a6066920 Mon Sep 17 00:00:00 2001 From: Vegard Bieker Matthey Date: Wed, 11 Mar 2026 04:47:35 +0100 Subject: [PATCH] avoid using deprecated attribute devShell --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index e12d9f1..53b5c96 100644 --- a/flake.nix +++ b/flake.nix @@ -30,7 +30,7 @@ inherit (pkgs) lib; in { - devShell.${system} = + devShells.${system}.default = with pkgs; mkShell { inherit buildInputs nativeBuildInputs;