mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
Update pinned nixpkgs version
This commit is contained in:
parent
a161037b9f
commit
6012e0a8e6
3 changed files with 22 additions and 8 deletions
|
|
@ -3,11 +3,12 @@
|
|||
{ super }:
|
||||
|
||||
let
|
||||
# head of nixos-20.03 as of 2020-06-11
|
||||
pinnedPkgsSrc = super.fetchFromGitHub {
|
||||
owner = "NixOS";
|
||||
repo = "nixpkgs";
|
||||
rev = "7e8454fb856573967a70f61116e15f879f2e3f6a";
|
||||
sha256 = "0lnbjjvj0ivpi9pxar0fyk8ggybxv70c5s0hpsqf5d71lzdpxpj8";
|
||||
rev = "8b071be7512bd2cd0ff5c3bdf60f01ab4eb94abd";
|
||||
sha256 = "079rzd17y2pk48kh70pbp4a7mh56vi2b49lzd365ckh38gdv702z";
|
||||
};
|
||||
in
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue