1
0
Fork 0
nixos-config/overlays/10-previews.nix
2021-01-03 23:29:52 +01:00

9 lines
237 B
Nix

self: super:
let
laminarPkgs = import (builtins.fetchGit {
url = "https://github.com/maralorn/nixpkgs.git";
rev = "e37cd38effca0310cfe4d27583102175b4a456c9";
ref = "laminar";
}) { };
in { laminar = laminarPkgs.laminar; }