mirror of
https://codeberg.org/icewind/ptouch-api.git
synced 2026-06-03 10:54:07 +02:00
fix nix build
This commit is contained in:
parent
d0ac275e77
commit
f7c50460e1
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
}: let
|
||||
inherit (lib.sources) sourceByRegex;
|
||||
inherit (builtins) fromTOML readFile;
|
||||
src = sourceByRegex ../. ["Cargo.*" "(src)(/.*)?" ".*\.rules"];
|
||||
src = sourceByRegex ../. ["Cargo.*" "(src|web)(/.*)?" ".*\.rules"];
|
||||
version = (fromTOML (readFile ../Cargo.toml)).package.version;
|
||||
in
|
||||
rustPlatform.buildRustPackage rec {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue