File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " github-actions"
4+ directory : " /"
5+ schedule :
6+ # Check for updates to GitHub Actions every week
7+ interval : " weekly"
Original file line number Diff line number Diff line change 88 stages : [commit]
99 - id : trailing-whitespace
1010- repo : https://github.com/Lucas-C/pre-commit-hooks
11- rev : v1.4.2
11+ rev : v1.5.4
1212 hooks :
1313 - id : forbid-crlf
1414 - id : remove-crlf
Original file line number Diff line number Diff line change 11# Set up the project with nix
22# cf https://github.com/Kpler/ct-webserver#option-2-using-nix
33let
4- jdk = pkgs . openjdk11 ;
5-
64 nixpkgs = builtins . fetchTarball {
7- name = "nixos-21 .05" ;
8- url = "https://github.com/NixOS/nixpkgs/archive/1f91fd104066 .tar.gz" ;
9- sha256 = "1lcfcwgal9fpaiq71981abyzz160r6nx1y4pyy1dnvaf951xkdcj " ;
5+ name = "nixos-23 .05-20230814 " ;
6+ url = "https://github.com/NixOS/nixpkgs/archive/720e61ed8de1 .tar.gz" ;
7+ sha256 = "0ii10wmm8hqdp7bii7iza58rjaqs4z3ivv71qyix3qawwxx48hw9 " ;
108 } ;
119
1210 pkgs = import nixpkgs { } ;
You can’t perform that action at this time.
0 commit comments