Skip to content

Commit

Permalink
update flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiralP committed Jul 4, 2024
1 parent e83d99a commit ee31bb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
pkgs = import nixpkgs {
inherit system;
};
inherit (lib.importTOML ./Cargo.toml) package;
rustManifest = lib.importTOML ./Cargo.toml;


makeCefBinaryAttrs =
Expand Down Expand Up @@ -65,8 +65,8 @@
});

makeDefaultAttrs = (cef_binary: rec {
pname = package.name;
version = package.version;
pname = rustManifest.package.name;
version = rustManifest.package.version;

src = lib.sourceByRegex ./. [
"^\.cargo(/.*)?$"
Expand Down

0 comments on commit ee31bb1

Please sign in to comment.