mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Switch to nixfmt
This commit is contained in:
@@ -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 {
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
@@ -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;
|
||||
};
|
||||
}
|
||||
|
@@ -1,8 +1,4 @@
|
||||
{ lib
|
||||
, fetchFromGitHub
|
||||
, buildGoModule
|
||||
,
|
||||
}:
|
||||
{ lib, fetchFromGitHub, buildGoModule, }:
|
||||
buildGoModule rec {
|
||||
pname = "vpngate";
|
||||
version = "v0.2.0";
|
||||
|
Reference in New Issue
Block a user