mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-16 20:21:32 +03:00
6 lines
131 B
Nix
6 lines
131 B
Nix
import <nixpkgs> {
|
|
overlays = [(self: super: {
|
|
mobile-nixos-process-doc = self.callPackage ./_support/converter {};
|
|
})];
|
|
}
|