mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
nix cleanup
This commit is contained in:
parent
cd9740675f
commit
f99238121b
1 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
rustPlatform,
|
||||
pkg-config,
|
||||
lib,
|
||||
git,
|
||||
}: let
|
||||
|
|
@ -10,7 +9,7 @@
|
|||
src = sourceByRegex ../. ["Cargo.*" "(src|certificates)(/.*)?"];
|
||||
version = (fromTOML (readFile ../Cargo.toml)).package.version;
|
||||
in
|
||||
rustPlatform.buildRustPackage rec {
|
||||
rustPlatform.buildRustPackage {
|
||||
pname = "haze";
|
||||
|
||||
inherit src version;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue