Skip to content

Commit 9c02bc0

Browse files
authored
Merge pull request #24 from Kpler/misc
Misc
2 parents 253a6b1 + 6a85af5 commit 9c02bc0

3 files changed

Lines changed: 11 additions & 6 deletions

File tree

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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"

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
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

shell.nix

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
# Set up the project with nix
22
# cf https://github.com/Kpler/ct-webserver#option-2-using-nix
33
let
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 { };

0 commit comments

Comments
 (0)