mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-14 18:21:41 +03:00
6 lines
158 B
Nix
6 lines
158 B
Nix
import (fetchTarball "channel:nixos-19.09") {
|
|
overlays = [(self: super: {
|
|
mobile-nixos-process-doc = self.callPackage ./_support/converter {};
|
|
})];
|
|
}
|