[NixOS] Random tweak

This commit is contained in:
Ivan Malison 2021-07-10 14:52:32 -06:00
parent 7bb489c04b
commit d3329b8b32
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -14,7 +14,7 @@ let
in in
{ {
lorri = (import (lorriBinSource.outPath + "/default.nix")) { pkgs = super; }; lorri = (import (lorriBinSource.outPath + "/default.nix")) { pkgs = super; };
ic-keysmith = super.buildGoModule rec { ic-keysmith = self.buildGoModule rec {
pname = "keysmith"; pname = "keysmith";
version = "1.6.0"; version = "1.6.0";