We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133927c commit 6a85af5Copy full SHA for 6a85af5
1 file changed
shell.nix
@@ -1,12 +1,10 @@
1
# Set up the project with nix
2
# cf https://github.com/Kpler/ct-webserver#option-2-using-nix
3
let
4
- jdk = pkgs.openjdk11;
5
-
6
nixpkgs = builtins.fetchTarball {
7
- name = "nixos-21.05";
8
- url = "https://github.com/NixOS/nixpkgs/archive/1f91fd104066.tar.gz";
9
- sha256 = "1lcfcwgal9fpaiq71981abyzz160r6nx1y4pyy1dnvaf951xkdcj";
+ name = "nixos-23.05-20230814";
+ url = "https://github.com/NixOS/nixpkgs/archive/720e61ed8de1.tar.gz";
+ sha256 = "0ii10wmm8hqdp7bii7iza58rjaqs4z3ivv71qyix3qawwxx48hw9";
10
};
11
12
pkgs = import nixpkgs { };
0 commit comments