treewide: remove stdenv where not needed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchFromGitHub, openssl, pkg-config, ronn, rustPlatform }:
|
||||
{ lib, fetchFromGitHub, openssl, pkg-config, ronn, rustPlatform }:
|
||||
|
||||
let
|
||||
blake3-src = fetchFromGitHub {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{ buildGoModule
|
||||
, fetchFromGitHub
|
||||
, lib
|
||||
, stdenv
|
||||
|
||||
}:
|
||||
let
|
||||
pname = "nar-serve";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{ mkDerivation, ansi-terminal, async, attoparsec, base, containers
|
||||
, directory, HUnit, mtl, nix-derivation, process, relude, lib, stdenv
|
||||
, directory, HUnit, mtl, nix-derivation, process, relude, lib
|
||||
, stm, text, time, unix, fetchFromGitHub
|
||||
}:
|
||||
mkDerivation {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchFromGitHub, rustPlatform, glib, gtk3, wrapGAppsHook }:
|
||||
{ lib, fetchFromGitHub, rustPlatform, glib, gtk3, wrapGAppsHook }:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "nix-query-tree-viewer";
|
||||
|
||||
Reference in New Issue
Block a user