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:
parent
59ced149bd
commit
3abeff8474
@ -1,4 +1,4 @@
|
||||
import (fetchTarball "channel:nixos-19.09") {
|
||||
import <nixpkgs> {
|
||||
overlays = [(self: super: {
|
||||
mobile-nixos-process-doc = self.callPackage ./_support/converter {};
|
||||
})];
|
||||
|
Loading…
Reference in New Issue
Block a user