[NixOS] Add ic-keysmith
This commit is contained in:
parent
8c36d260b5
commit
77977fb38c
@ -308,6 +308,8 @@ in
|
|||||||
android-udev-rules
|
android-udev-rules
|
||||||
librsvg
|
librsvg
|
||||||
transmission-gtk
|
transmission-gtk
|
||||||
|
|
||||||
|
ic-keysmith
|
||||||
];
|
];
|
||||||
|
|
||||||
# XXX: Plasma seems to set this
|
# XXX: Plasma seems to set this
|
||||||
|
@ -161,17 +161,14 @@
|
|||||||
prometheus
|
prometheus
|
||||||
pscircle
|
pscircle
|
||||||
pstree
|
pstree
|
||||||
qt5.qttools
|
|
||||||
rcm
|
rcm
|
||||||
scrot
|
scrot
|
||||||
silver-searcher
|
silver-searcher
|
||||||
stow
|
|
||||||
swig
|
swig
|
||||||
tmux
|
tmux
|
||||||
tzupdate
|
tzupdate
|
||||||
unzip
|
unzip
|
||||||
usbutils
|
usbutils
|
||||||
valgrind
|
|
||||||
wget
|
wget
|
||||||
yubikey-manager
|
yubikey-manager
|
||||||
|
|
||||||
@ -182,6 +179,8 @@
|
|||||||
# Miscellaneous
|
# Miscellaneous
|
||||||
android-udev-rules
|
android-udev-rules
|
||||||
librsvg
|
librsvg
|
||||||
|
|
||||||
|
ic-keysmith
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
@ -14,4 +14,19 @@ let
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
lorri = (import (lorriBinSource.outPath + "/default.nix")) { pkgs = super; };
|
lorri = (import (lorriBinSource.outPath + "/default.nix")) { pkgs = super; };
|
||||||
|
ic-keysmith = super.buildGoModule rec {
|
||||||
|
pname = "keysmith";
|
||||||
|
version = "1.6.0";
|
||||||
|
|
||||||
|
src = super.fetchFromGitHub {
|
||||||
|
owner = "dfinity";
|
||||||
|
repo = "keysmith";
|
||||||
|
rev = "v${version}";
|
||||||
|
sha256 = "1z0sxirk71yabgilq8v5lz4nd2bbm1xyrd5zppif8k9jqhr6v3v3";
|
||||||
|
};
|
||||||
|
|
||||||
|
vendorSha256 = "1qnj1x8ydnbw5zb3hrsd1pd2lh3qbd340sbsjyrhcrksl1hdrrax";
|
||||||
|
|
||||||
|
runVend = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user