1
0
Fork 0
nixos-config/overlays/10-previews.nix

11 lines
274 B
Nix
Raw Normal View History

2020-05-21 23:13:42 +00:00
self: super:
2021-01-03 22:29:52 +00:00
let
2021-04-30 22:12:48 +00:00
unstable = import super.sources.nixos-unstable {};
in
{
inherit (unstable)
laminar upterm syncthing vimPlugins dhallPackages fzf
;
2021-01-26 20:22:38 +00:00
matrix-synapse-tools.rust-synapse-compress-state = unstable.matrix-synapse-tools.rust-synapse-compress-state;
2021-01-06 00:52:29 +00:00
}