Upgrade nix pkgs to 22-05

This commit is contained in:
Brian Picciano 2022-10-07 15:19:10 +02:00
parent 669796af57
commit f6a59961bd

View File

@ -69,9 +69,9 @@ rec {
]; ];
stableSrc = fetchTarball { stableSrc = fetchTarball {
name = "nixpkgs-21-05"; name = "nixpkgs-22-05";
url = "https://github.com/NixOS/nixpkgs/archive/7e9b0dff974c89e070da1ad85713ff3c20b0ca97.tar.gz"; url = "https://github.com/NixOS/nixpkgs/archive/2aec372cdcd4d73b94863611fea70e0884270fdc.tar.gz";
sha256 = "1ckzhh24mgz6jd1xhfgx0i9mijk6xjqxwsshnvq789xsavrmsc36"; sha256 = "1pbfhlh4v8l70p44gspsci3i6w0wk70vaisiawg3jhka2nxb8367";
}; };
stable = import stableSrc { inherit overlays; }; stable = import stableSrc { inherit overlays; };