Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit cecca4f

Browse files
committed
WIP
1 parent 3f38729 commit cecca4f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

flake.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@
129129
verso-cargo2nix = (rustPkgs.workspace.verso { });
130130

131131
verso-nixpkgs = pkgs.rustPlatform.buildRustPackage {
132-
name = cargo_toml.name;
133-
version = cargo_toml.version;
132+
name = cargo_toml.package.name;
133+
version = cargo_toml.package.version;
134134
src = self;
135135
cargoHash = "";
136136
buildInputs = with pkgs; [
@@ -145,8 +145,8 @@
145145
nixgl.auto.nixGLDefault
146146
];
147147
meta = {
148-
description = cargo_toml.description;
149-
homepage = cargo_toml.homepage;
148+
description = cargo_toml.package.description;
149+
homepage = cargo_toml.package.homepage;
150150
license = pkgs.lib.licenses.asl20;
151151
};
152152
};

0 commit comments

Comments
 (0)