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,
|
rustPlatform,
|
||||||
pkg-config,
|
|
||||||
lib,
|
lib,
|
||||||
git,
|
git,
|
||||||
}: let
|
}: let
|
||||||
|
|
@ -10,7 +9,7 @@
|
||||||
src = sourceByRegex ../. ["Cargo.*" "(src|certificates)(/.*)?"];
|
src = sourceByRegex ../. ["Cargo.*" "(src|certificates)(/.*)?"];
|
||||||
version = (fromTOML (readFile ../Cargo.toml)).package.version;
|
version = (fromTOML (readFile ../Cargo.toml)).package.version;
|
||||||
in
|
in
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage {
|
||||||
pname = "haze";
|
pname = "haze";
|
||||||
|
|
||||||
inherit src version;
|
inherit src version;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue