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

7 lines
130 B
Nix
Raw Normal View History

2020-05-21 23:13:42 +00:00
self: super:
let
2020-06-02 02:54:02 +00:00
unstable = import self.sources.unstable { };
2020-07-17 11:17:17 +00:00
nixpkgs-master = import self.sources.nixpkgs-master { };
2020-06-02 02:54:02 +00:00
in {
2020-06-02 00:06:20 +00:00
}