diff --git a/nixos/overlays.nix b/nixos/overlays.nix index 4e57a87e..ab2ff1b5 100644 --- a/nixos/overlays.nix +++ b/nixos/overlays.nix @@ -14,7 +14,7 @@ let in { lorri = (import (lorriBinSource.outPath + "/default.nix")) { pkgs = super; }; - ic-keysmith = super.buildGoModule rec { + ic-keysmith = self.buildGoModule rec { pname = "keysmith"; version = "1.6.0";