From d824c5d8b5bcc5d65ffc421e217c5116abbf2fb0 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 30 May 2023 16:28:46 +0800 Subject: [PATCH] flake: cleanup dev shells --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 53211e8..337ab66 100644 --- a/flake.nix +++ b/flake.nix @@ -138,7 +138,7 @@ packages.x86_64-w64-mingw32 = import ./nix/windows { inherit pkgs; }; - devShell.x86_64-linux = pkgs.mkShell { + devShells.x86_64-linux.default = pkgs.mkShell { name = "nac3-dev-shell"; buildInputs = with pkgs; [ # build dependencies