bootstrap: update nixpkgs version

This commit is contained in:
Tobias Happ 2022-12-01 22:47:04 +01:00 committed by Alexander Sosedkin
parent a45761bc87
commit 3dfb9d44b5
5 changed files with 13 additions and 11 deletions

View file

@ -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