mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 12:44:20 +00:00
ox: format with nixfmt-rfc-style
This commit is contained in:
parent
5e9fc87458
commit
6aad62aae8
@ -1,4 +1,12 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, rustPlatform, testers, nix-update-script, ox }:
|
{
|
||||||
|
lib,
|
||||||
|
stdenv,
|
||||||
|
fetchFromGitHub,
|
||||||
|
rustPlatform,
|
||||||
|
testers,
|
||||||
|
nix-update-script,
|
||||||
|
ox,
|
||||||
|
}:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "ox";
|
pname = "ox";
|
||||||
|
Loading…
Reference in New Issue
Block a user