1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-16 03:32:02 +03:00

doc/pkgs.nix: Use <nixpkgs> rather than hardcoded channel

This commit is contained in:
Samuel Dionne-Riel 2020-09-29 17:30:40 -04:00
parent 59ced149bd
commit 3abeff8474

View File

@ -1,4 +1,4 @@
import (fetchTarball "channel:nixos-19.09") {
import <nixpkgs> {
overlays = [(self: super: {
mobile-nixos-process-doc = self.callPackage ./_support/converter {};
})];