Switch to nixfmt

This commit is contained in:
Dave Gallant
2024-07-28 08:26:07 -04:00
parent a009dd5fe4
commit 1bfd747ebb
13 changed files with 168 additions and 271 deletions

View File

@@ -1,9 +1,4 @@
{ lib
, fetchFromGitHub
, pkgs
, stdenv
,
}:
{ lib, fetchFromGitHub, pkgs, stdenv, }:
stdenv.mkDerivation rec {
pname = "sbx-h6-rgb";
version = "95b4ef9788ef94e557a4d1e815079d5ea8a70943";
@@ -15,9 +10,7 @@ stdenv.mkDerivation rec {
sha256 = "sha256-tKKNdzijloBiGBHf5C604824B/BbxBxvCL/ms4orT9M=";
};
buildInputs = with pkgs; [
hidapi
];
buildInputs = with pkgs; [ hidapi ];
buildPhase = ''
make
@@ -35,4 +28,3 @@ stdenv.mkDerivation rec {
};
}

View File

@@ -1,8 +1,4 @@
{ stdenv
, lib
, fetchurl
,
}:
{ stdenv, lib, fetchurl, }:
stdenv.mkDerivation rec {
pname = "tmux-sessionizer";
version = "0.0.0";
@@ -17,8 +13,8 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
description = "
Tmux sessionizer adapted from https://sourcegraph.com/github.com/ThePrimeagen/.dotfiles@5cd09f06d6683b91c26822a73b40e3d7fb9af57a/-/blob/bin/.local/bin/tmux-sessionizer";
description =
"\n Tmux sessionizer adapted from https://sourcegraph.com/github.com/ThePrimeagen/.dotfiles@5cd09f06d6683b91c26822a73b40e3d7fb9af57a/-/blob/bin/.local/bin/tmux-sessionizer";
platforms = platforms.unix;
};
}

View File

@@ -1,8 +1,4 @@
{ lib
, fetchFromGitHub
, buildGoModule
,
}:
{ lib, fetchFromGitHub, buildGoModule, }:
buildGoModule rec {
pname = "vpngate";
version = "v0.2.0";