Upgrade nixpkgs to enable linkcheck in CI
This commit is contained in:
committed by
Wolfgang Walther
parent
07cc6547ee
commit
574e57d01a
@@ -42,4 +42,4 @@ workflows:
|
|||||||
jobs:
|
jobs:
|
||||||
- build
|
- build
|
||||||
- spellcheck
|
- spellcheck
|
||||||
|
- linkcheck
|
||||||
|
|||||||
+3
-3
@@ -1,9 +1,9 @@
|
|||||||
let
|
let
|
||||||
# Commit of the Nixpkgs repository that we want to use.
|
# Commit of the Nixpkgs repository that we want to use.
|
||||||
nixpkgsVersion = {
|
nixpkgsVersion = {
|
||||||
date = "2021-04-04";
|
date = "2021-06-02";
|
||||||
rev = "c0e881852006b132236cbf0301bd1939bb50867e";
|
rev = "84aa23742f6c72501f9cc209f29c438766f5352d";
|
||||||
tarballHash = "0fy7z7yxk5n7yslsvx5cyc6h21qwi4bhxf3awhirniszlbvaazy2";
|
tarballHash = "0h7xl6q0yjrbl9vm3h6lkxw692nm8bg3wy65gm95a2mivhrdjpxp";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Nix files that describe the Nixpkgs repository. We evaluate the expression
|
# Nix files that describe the Nixpkgs repository. We evaluate the expression
|
||||||
|
|||||||
Reference in New Issue
Block a user