upgrade to 3.0.1 again and switch to branch with pydantic2 in it
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jeffrey C. Ollie 2023-11-26 09:23:46 -06:00
parent c6f739a3d1
commit 778d3f30f5
Signed by: jeff
GPG key ID: 6F86035A6D97044E
2 changed files with 12 additions and 10 deletions

View file

@ -2,17 +2,18 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1700851152,
"narHash": "sha256-3PWITNJZyA3jz5IGREJRfSykM6xSLmD8u5A3WpBCyDM=",
"owner": "NixOS",
"lastModified": 1700907157,
"narHash": "sha256-n71E17bx1cpSDJOxcB3G9UxjUUIzsIvdyY2oWAiiKv4=",
"owner": "natsukium",
"repo": "nixpkgs",
"rev": "1216a5ba22a93a4a3a3bfdb4bff0f4727c576fcc",
"rev": "483af9297efc85e6bf0c7045cc07b685e31ca6a8",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-23.05",
"type": "indirect"
"owner": "natsukium",
"ref": "pydantic2",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {

View file

@ -3,7 +3,8 @@
inputs = {
nixpkgs = {
url = "nixpkgs/nixos-23.05";
# url = "nixpkgs/nixos-23.05";
url = "github:natsukium/nixpkgs/pydantic2";
};
};
@ -61,8 +62,8 @@
packages.${system} = {
healthchecks = let
pname = "healthchecks";
version = "2.10";
hash = "sha256-1x+pYMHaKgLFWcL1axOv/ok1ebs0I7Q+Q6htncmgJzU=";
version = "3.0.1";
hash = "sha256-r8wzIZPetnTEJDKPx/Oxk+gzs8gbjEHSi40LSxLb1Js=";
localSettings = pkgs.writeText "local_settings.py" ''
import os
CSRF_TRUSTED_HOSTS = os.getenv("CSRF_TRUSTED_HOSTS", "").split(",")