Skip to content

Commit 6a85af5

Browse files
committed
chore: upgrade shell.nix
1 parent 133927c commit 6a85af5

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

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)