1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-14 18:21:41 +03:00
mobile-nixos/doc/pkgs.nix
2019-11-15 22:02:06 -05:00

6 lines
158 B
Nix

import (fetchTarball "channel:nixos-19.09") {
overlays = [(self: super: {
mobile-nixos-process-doc = self.callPackage ./_support/converter {};
})];
}