all: apply deadnix

This commit is contained in:
2022-10-26 10:51:44 +11:00
parent a70a0e914b
commit a83dcb3ed5
15 changed files with 14 additions and 29 deletions

View File

@ -1,5 +1,4 @@
{ stdenv
, lib
{ lib
, fetchFromGitHub
, python3Packages

View File

@ -1,9 +1,7 @@
{ stdenv
, lib
{ lib
, fetchFromGitHub
, rustPlatform
, cmake
, pkg-config
, alsaLib
, dbus

View File

@ -1,5 +1,4 @@
{ stdenv
, lib
{ lib
, fetchFromGitHub
, buildGoModule

View File

@ -1,16 +1,12 @@
{ stdenv
, lib
, fetchFromGitLab
, fetchzip
, cereal
, cmake
, git
, libGL
, libX11
, libinput
, libxkbcommon
, mesa
, meson
, ninja
, pixman

View File

@ -1,5 +1,4 @@
{ stdenv
, lib
{ lib
, fetchFromGitHub
, buildGoModule
, makeWrapper

View File

@ -2,7 +2,6 @@
, lib
, fetchFromGitHub
, coreutils
, autoreconfHook
}:

View File

@ -1,5 +1,4 @@
{ stdenv
, lib
{ lib
, buildPythonPackage
, fetchPypi
}:

View File

@ -1,5 +1,4 @@
{ stdenv
, lib
{ lib
, fetchFromGitHub
, python3Packages

View File

@ -1,8 +1,6 @@
{ stdenv
, lib
, fetchFromGitHub
, makeWrapper
, curl
, gnumake
, gnutls

View File

@ -1,5 +1,4 @@
{ stdenv
, lib
{ lib
, fetchFromGitHub
, python3Packages

View File

@ -42,7 +42,7 @@ rec {
pam_gnupg = pkgs.callPackage ../os-specific/linux/pam_gnupg { };
picom-animations = pkgs.picom.overrideAttrs (oldAttrs: {
picom-animations = pkgs.picom.overrideAttrs (_oldAttrs: {
pname = "picom-animations";
src = pkgs.fetchFromGitHub {
owner = "jonaburg";