treewide: remove stdenv where not needed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, python37Packages, fetchFromGitHub }:
|
||||
{ lib, python37Packages, fetchFromGitHub }:
|
||||
|
||||
with python37Packages; buildPythonApplication rec {
|
||||
pname = "nrfutil";
|
||||
|
||||
Reference in New Issue
Block a user