Unverified Commit 9e5e340f authored by Jon Seager's avatar Jon Seager
Browse files

multipass: reformat with nixfmt-rfc-style

parent fd2bd93f
Loading
Loading
Loading
Loading
+36 −34
Original line number Diff line number Diff line
{ cmake
, dnsmasq
, fetchFromGitHub
, git
, gtest
, iproute2
, iptables
, lib
, libapparmor
, libvirt
, libxml2
, nixosTests
, openssl
, OVMF
, pkg-config
, qemu
, qemu-utils
, qtbase
, qtwayland
, wrapQtAppsHook
, slang
, stdenv
, xterm
{
  cmake,
  dnsmasq,
  fetchFromGitHub,
  git,
  gtest,
  iproute2,
  iptables,
  lib,
  libapparmor,
  libvirt,
  libxml2,
  nixosTests,
  openssl,
  OVMF,
  pkg-config,
  qemu,
  qemu-utils,
  qtbase,
  qtwayland,
  wrapQtAppsHook,
  slang,
  stdenv,
  xterm,
}:

let
@@ -38,8 +39,7 @@ let
    fetchSubmodules = true;
  };
in
stdenv.mkDerivation
{
stdenv.mkDerivation {
  inherit pname version;

  src = fetchFromGitHub {
@@ -118,7 +118,8 @@ stdenv.mkDerivation
  nativeCheckInputs = [ gtest ];

  postInstall = ''
    wrapProgram $out/bin/multipassd --prefix PATH : ${lib.makeBinPath [
    wrapProgram $out/bin/multipassd --prefix PATH : ${
      lib.makeBinPath [
        dnsmasq
        iproute2
        iptables
@@ -126,7 +127,8 @@ stdenv.mkDerivation
        qemu
        qemu-utils
        xterm
    ]}
      ]
    }
  '';

  passthru.tests = {