treewide: remove inherited stdenv.lib

This commit is contained in:
Ben Siraphob
2021-01-27 12:44:43 +07:00
parent db4cede416
commit 3bbad8b041
32 changed files with 37 additions and 52 deletions
@@ -1,7 +1,6 @@
{ lib, stdenv, buildGoModule, fetchFromGitHub, nixosTests }:
let
inherit (stdenv) lib;
baseVersion = "0.3.1";
commit = "9ba85274dcc21bf8132cbe3b3dccfcb4aab57d9f";
in