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

13 lines
331 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;
}