1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +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,
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;