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

19 lines
605 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
laminarPkgs = import (builtins.fetchGit {
url = "https://github.com/maralorn/nixpkgs.git";
rev = "e37cd38effca0310cfe4d27583102175b4a456c9";
ref = "laminar";
}) { };
2021-01-06 00:52:29 +00:00
unstable = import super.sources.nixos-unstable { };
in {
laminar = laminarPkgs.laminar;
syncthingNext = unstable.syncthing;
2021-03-19 10:59:18 +00:00
upterm = unstable.upterm;
2021-02-21 02:52:01 +00:00
syncthing = unstable.syncthing;
2021-01-19 04:09:48 +00:00
vimPlugins = unstable.vimPlugins;
2021-04-27 12:26:09 +00:00
dhallPackages = unstable.dhallPackages;
2021-01-19 04:09:48 +00:00
fzf = unstable.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
}