Import lib in changed files

This commit is contained in:
2023-05-23 14:28:32 -04:00
parent 016a641c38
commit 8019407c69
19 changed files with 19 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
# This file was generated by https://github.com/kamilchm/go2nix v1.3.0
{ stdenv, buildGoPackage, fetchgit, fetchhg, fetchbzr, fetchsvn }:
{ stdenv, lib, buildGoPackage, fetchgit, fetchhg, fetchbzr, fetchsvn }:
buildGoPackage rec {
name = "gsort-${version}";