1
0
Fork 0

Update gomuks

This commit is contained in:
Malte Brandy 2021-05-20 23:54:50 +02:00
parent 06e416ef90
commit 09754e429d
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -3,8 +3,6 @@ let
unstable = import super.sources.nixos-unstable { }; unstable = import super.sources.nixos-unstable { };
in in
{ {
inherit (unstable) inherit (unstable) laminar upterm syncthing vimPlugins dhallPackages fzf gomuks;
laminar upterm syncthing vimPlugins dhallPackages fzf
;
matrix-synapse-tools.rust-synapse-compress-state = unstable.matrix-synapse-tools.rust-synapse-compress-state; matrix-synapse-tools.rust-synapse-compress-state = unstable.matrix-synapse-tools.rust-synapse-compress-state;
} }