From cecca4f998a2ad8142e77d43d6558fc4635bc6c8 Mon Sep 17 00:00:00 2001 From: haras Date: Thu, 15 Aug 2024 17:27:50 +0200 Subject: [PATCH] WIP --- flake.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 225eac3..cf00147 100644 --- a/flake.nix +++ b/flake.nix @@ -129,8 +129,8 @@ verso-cargo2nix = (rustPkgs.workspace.verso { }); verso-nixpkgs = pkgs.rustPlatform.buildRustPackage { - name = cargo_toml.name; - version = cargo_toml.version; + name = cargo_toml.package.name; + version = cargo_toml.package.version; src = self; cargoHash = ""; buildInputs = with pkgs; [ @@ -145,8 +145,8 @@ nixgl.auto.nixGLDefault ]; meta = { - description = cargo_toml.description; - homepage = cargo_toml.homepage; + description = cargo_toml.package.description; + homepage = cargo_toml.package.homepage; license = pkgs.lib.licenses.asl20; }; };