nixos: bumped to HEAD of 22.05

This commit is contained in:
Fiscal Velvet Poet 2022-06-29 18:06:29 +10:00
parent 2cbdc61ddf
commit 6765cb4251
Signed by: fiscalvelvetpoet
GPG key ID: D8EBFD58B023BD47
2 changed files with 5 additions and 5 deletions

View file

@ -12,15 +12,15 @@
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"nixpkgs": {
"branch": "nixos-21.11",
"branch": "nixos-22.05",
"description": "Nix Packages collection",
"homepage": "",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "891016b5cf1998ea84852adac52c65c5ccd3e802",
"sha256": "0zdgxa68g8d522kq1k39s7zvwxhd9zjxpy4w04nqksp9s7iwlibx",
"rev": "62de360d75419386b69ea4af4a8ce104949a8242",
"sha256": "1iincgcgswg29znpn3whpa04c1waj6ihn38db5v330laa0hdjhxp",
"type": "tarball",
"url": "https://github.com/nixos/nixpkgs/archive/891016b5cf1998ea84852adac52c65c5ccd3e802.tar.gz",
"url": "https://github.com/nixos/nixpkgs/archive/62de360d75419386b69ea4af4a8ce104949a8242.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}
}

View file

@ -1,5 +1,5 @@
let sources = import ./nix/sources.nix;
in { compiler ? "ghc8107", pkgs ? import sources.nixpkgs { } }:
in { compiler ? "ghc902", pkgs ? import sources.nixpkgs { } }:
let
inherit (pkgs.lib.trivial) flip pipe;