1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-17 21:11:34 +03:00
mobile-nixos/doc/pkgs.nix

6 lines
131 B
Nix
Raw Normal View History

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