Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
haras committed Aug 15, 2024
1 parent 3f38729 commit cecca4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; [
Expand All @@ -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;
};
};
Expand Down

0 comments on commit cecca4f

Please sign in to comment.