mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
bootstrap: update nixpkgs version
This commit is contained in:
parent
a45761bc87
commit
3dfb9d44b5
5 changed files with 13 additions and 11 deletions
|
|
@ -3,12 +3,12 @@
|
|||
{ super }:
|
||||
|
||||
let
|
||||
# head of nixos-22.05 as of 2022-06-27
|
||||
# head of nixos-22.11 as of 2022-12-01
|
||||
pinnedPkgsSrc = super.fetchFromGitHub {
|
||||
owner = "NixOS";
|
||||
repo = "nixpkgs";
|
||||
rev = "cd90e773eae83ba7733d2377b6cdf84d45558780";
|
||||
sha256 = "1b2wn1ncx9x4651vfcgyqrm93pd7ghnrgqjbkf6ckkpidah69m03";
|
||||
rev = "596a8e828c5dfa504f91918d0fa4152db3ab5502";
|
||||
sha256 = "sha256-YnhZGHgb4C3Q7DSGisO/stc50jFb9F/MzHeKS4giotg=";
|
||||
};
|
||||
in
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue