From 452d9293940978024f21931e5aa9d0f061ea1a33 Mon Sep 17 00:00:00 2001 From: rudesome <26667983+rudesome@users.noreply.github.com> Date: Sun, 17 Mar 2024 14:22:21 +0100 Subject: [PATCH] fix flake check --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6ebd2b2..131d488 100644 --- a/flake.nix +++ b/flake.nix @@ -39,7 +39,7 @@ }; }; - devShells.default = + devShells.${system}.default = with pkgs; mkShell {