diff --git a/flake.nix b/flake.nix index 0bd23c6..d9ec510 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ outputs = { nixpkgs, ... }: let system = "x86_64-linux"; in { - devShells."${system}" = + devShells."${system}".default = let pkgs = nixpkgs.legacyPackages."${system}"; in