treewide: remove stdenv where not needed

This commit is contained in:
Ben Siraphob
2021-03-04 19:54:50 +07:00
parent 2d83eabaa9
commit 98f26993f2
21 changed files with 15 additions and 21 deletions
@@ -1,4 +1,4 @@
{ stdenv, buildGoModule, fetchFromGitHub, lib }:
{ buildGoModule, fetchFromGitHub, lib }:
buildGoModule rec {
pname = "flow-exporter";
@@ -1,4 +1,4 @@
{ lib, stdenv, buildGoModule, fetchFromGitHub, nixosTests }:
{ lib, buildGoModule, fetchFromGitHub, nixosTests }:
let
baseVersion = "0.3.1";