1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-16 20:21:32 +03:00
mobile-nixos/doc/pkgs.nix
2020-09-29 17:30:40 -04:00

6 lines
131 B
Nix

import <nixpkgs> {
overlays = [(self: super: {
mobile-nixos-process-doc = self.callPackage ./_support/converter {};
})];
}