mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
Update nixpkgs revision
This commit is contained in:
parent
ed05a33fc0
commit
3399a56e2c
2 changed files with 5 additions and 5 deletions
|
|
@ -85,8 +85,8 @@ in
|
|||
|
||||
prootStatic =
|
||||
if config.build.arch == "aarch64"
|
||||
then "/nix/store/40zq5iy3iaj3pc9phshxmp4x8k7084lf-proot-termux-unstable-2019-09-05-aarch64-unknown-linux-android"
|
||||
else "/nix/store/wlr4f16mfsg1fkj4wdrppcmh0kd3lgwv-proot-termux-unstable-2019-09-05-i686-unknown-linux-android";
|
||||
then "/nix/store/bfxybmnxc39fjid3jsxsdfxnnszyijh0-proot-termux-unstable-2019-09-05-aarch64-unknown-linux-android"
|
||||
else "/nix/store/38lngpjscr4k3z1dnnr8q9v1m69vvvax-proot-termux-unstable-2019-09-05-i686-unknown-linux-android";
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
|||
|
|
@ -7,11 +7,11 @@ let
|
|||
overlays = [ ];
|
||||
};
|
||||
|
||||
# head of nixos-19.09 as of 2019-10-14
|
||||
# head of nixos-19.09 as of 2019-11-28
|
||||
# note: when updating nixpkgs, update store paths of proot-termux in modules/environment/login/default.nix
|
||||
pinnedPkgsSrc = builtins.fetchTarball {
|
||||
url = "https://github.com/NixOS/nixpkgs/archive/45a25ff41a2309099ff2e70b2f37debd5e567618.tar.gz";
|
||||
sha256 = "0w37p98i47d7snhckz8a3a60v0f05b5047vsm4rczink9mk9x7r3";
|
||||
url = "https://github.com/NixOS/nixpkgs/archive/73fb59dbb89ed5f754249761dcd99c6ccbd24bb5.tar.gz";
|
||||
sha256 = "0fp85c907qw1qnxs40dx4yas9z5fqr9gszk4nazx90hwbimyk6n6";
|
||||
};
|
||||
in
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue