This repository has been archived by the owner on Nov 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 109
install via nix derivation package #298
Labels
Comments
As per the above linked discourse discussion, the following two options seem to do the trick:
The other option, was to use vgo2nix from the The recommended approach for go modules is to use the
|
Does kryptco have interest in maintaining/contributing a derivation to nixpkgs for kr? The one question worth answering is with respect to the license. |
Hi @ldeck, thank you! We're not currently interested in maintaining a nix package for kr but we're open to third party maintainers and can help with feedback/technical information about how kr works. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I’m looking to install kr via nix.
There isn’t a package / derivation for kr as yet.
My WIP derivation looks like this so far:
/tmp/kr/default.nix
$ nix-build -E 'with import <nixpkgs> { }; callPackage ./default.nix { }’
This fails as follows:
I’m relatively new to nix, but it’d be great to have kr officially available via it.
Any help in fixing the above derivation?
See also https://discourse.nixos.org/t/help-creating-a-makefile-derivation-for-kryptco-kr-2fa-with-go-modules/6085.
Things I assume need solving / confirmation:
The text was updated successfully, but these errors were encountered: