diff --git a/rust-flake/flake.nix b/rust-flake/flake.nix index 8c33c66..d477620 100644 --- a/rust-flake/flake.nix +++ b/rust-flake/flake.nix @@ -10,7 +10,7 @@ pkgs = import nixpkgs { inherit system; }; cargoToml = with builtins; (fromTOML (readFile ./Cargo.toml)); in - { + rec { packages.default = pkgs.rustPlatform.buildRustPackage { inherit (cargoToml.package) name version; src = nixpkgs.lib.cleanSource ./.;