mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
Update pinned nixpkgs version
This commit is contained in:
parent
05542e9fa8
commit
f4036a5335
2 changed files with 6 additions and 6 deletions
|
|
@ -3,12 +3,12 @@
|
|||
{ super }:
|
||||
|
||||
let
|
||||
# head of nixos-21.05 as of 2021-06-24
|
||||
# head of nixos-21.11 as of 2021-12-01
|
||||
pinnedPkgsSrc = super.fetchFromGitHub {
|
||||
owner = "NixOS";
|
||||
repo = "nixpkgs";
|
||||
rev = "0b8b127125e5271f5c8636680b6fe274844aaa9d";
|
||||
sha256 = "1rjb1q28ivaf20aqj3v60kzjyi5lqb3krag0k8wwjqch45ik2f86";
|
||||
rev = "a640d8394f34714578f3e6335fc767d0755d78f9";
|
||||
sha256 = "1dyyzgcmlhpsdb4ngiy8m0x10qmh0r56ky75r8ppvvh730m3lhfj";
|
||||
};
|
||||
in
|
||||
|
||||
|
|
|
|||
|
|
@ -6,11 +6,11 @@ let
|
|||
overlays = [ ];
|
||||
};
|
||||
|
||||
# head of nixos-21.05 as of 2021-06-24
|
||||
# head of nixos-21.11 as of 2021-12-01
|
||||
# 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/0b8b127125e5271f5c8636680b6fe274844aaa9d.tar.gz";
|
||||
sha256 = "1rjb1q28ivaf20aqj3v60kzjyi5lqb3krag0k8wwjqch45ik2f86";
|
||||
url = "https://github.com/NixOS/nixpkgs/archive/a640d8394f34714578f3e6335fc767d0755d78f9.tar.gz";
|
||||
sha256 = "1dyyzgcmlhpsdb4ngiy8m0x10qmh0r56ky75r8ppvvh730m3lhfj";
|
||||
};
|
||||
in
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue