1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 09:04:12 +02:00

nix cleanup

This commit is contained in:
Robin Appelman 2026-05-09 16:45:52 +02:00
commit f99238121b

View file

@ -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;