mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-13 04:04:35 +03:00
10 lines
293 B
Nix
10 lines
293 B
Nix
let
|
|
sha256 = "sha256:1ipd1k1gvxh9sbg4w4cpa3585q09gvsq8xbjvxnnmfjib6r6xx4i";
|
|
rev = "dfd82985c273aac6eced03625f454b334daae2e8";
|
|
in
|
|
builtins.trace "(Using pinned Nixpkgs at ${rev})"
|
|
import (fetchTarball {
|
|
url = "https://github.com/NixOS/nixpkgs/archive/${rev}.tar.gz";
|
|
inherit sha256;
|
|
})
|