diff options
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index 791c86a..e9636b3 100644 --- a/flake.nix +++ b/flake.nix @@ -189,7 +189,7 @@ }; } // utils.eachDefaultSystem (system: { - devShell = pkgs.mkShell { + devShells.default = pkgs.mkShell { packages = with pkgs; [ nil statix |