diff --git a/flake.nix b/flake.nix index 5738b80..b5a7705 100644 --- a/flake.nix +++ b/flake.nix @@ -25,13 +25,12 @@ { devShells = forAllSystems (pkgs: { - default = import ./shell.nix - { - inherit pkgs; - additionalBuildInputs = [ - (pkgs.rust-bin.selectLatestNightlyWith (toolchain: toolchain.default)) - ]; - }; + default = import ./shell.nix { + inherit pkgs; + additionalBuildInputs = [ + (pkgs.rust-bin.selectLatestNightlyWith (toolchain: toolchain.default)) + ]; + }; }); }; }