nixos: bumped to HEAD of 22.05

This commit is contained in:
Fiscal Velvet Poet 2022-06-29 18:32:17 +10:00
parent 09955fc68e
commit c0df6f6abe
Signed by: fiscalvelvetpoet
GPG key ID: D8EBFD58B023BD47
3 changed files with 6 additions and 6 deletions

View file

@ -12,15 +12,15 @@
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"nixpkgs": {
"branch": "nixos-21.05",
"branch": "nixos-22.05",
"description": "Nix Packages collection",
"homepage": "",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "9e86f5f7a19db6da2445f07bafa6694b556f9c6d",
"sha256": "0i2j7bf6jq3s13n12xahramami0n6zn1mksqgi01k7flpgyymcck",
"rev": "62de360d75419386b69ea4af4a8ce104949a8242",
"sha256": "1iincgcgswg29znpn3whpa04c1waj6ihn38db5v330laa0hdjhxp",
"type": "tarball",
"url": "https://github.com/nixos/nixpkgs/archive/9e86f5f7a19db6da2445f07bafa6694b556f9c6d.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 ? "ghc8104", pkgs ? import sources.nixpkgs { } }:
in { compiler ? "ghc902", pkgs ? import sources.nixpkgs { } }:
let
inherit (pkgs.lib.trivial) flip pipe;

View file

@ -6,7 +6,7 @@ cabal-version: >= 1.10
executable site
main-is: site.hs
build-depends: base == 4.*
, hakyll == 4.14.*
, hakyll == 4.15.*
, containers == 0.6.*
, filepath == 1.4.*
, pandoc