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
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c6f739a3d1
commit
778d3f30f5
2 changed files with 12 additions and 10 deletions
15
flake.lock
15
flake.lock
|
@ -2,17 +2,18 @@
|
||||||
"nodes": {
|
"nodes": {
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1700851152,
|
"lastModified": 1700907157,
|
||||||
"narHash": "sha256-3PWITNJZyA3jz5IGREJRfSykM6xSLmD8u5A3WpBCyDM=",
|
"narHash": "sha256-n71E17bx1cpSDJOxcB3G9UxjUUIzsIvdyY2oWAiiKv4=",
|
||||||
"owner": "NixOS",
|
"owner": "natsukium",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "1216a5ba22a93a4a3a3bfdb4bff0f4727c576fcc",
|
"rev": "483af9297efc85e6bf0c7045cc07b685e31ca6a8",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"id": "nixpkgs",
|
"owner": "natsukium",
|
||||||
"ref": "nixos-23.05",
|
"ref": "pydantic2",
|
||||||
"type": "indirect"
|
"repo": "nixpkgs",
|
||||||
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"root": {
|
"root": {
|
||||||
|
|
|
@ -3,7 +3,8 @@
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
url = "nixpkgs/nixos-23.05";
|
# url = "nixpkgs/nixos-23.05";
|
||||||
|
url = "github:natsukium/nixpkgs/pydantic2";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -61,8 +62,8 @@
|
||||||
packages.${system} = {
|
packages.${system} = {
|
||||||
healthchecks = let
|
healthchecks = let
|
||||||
pname = "healthchecks";
|
pname = "healthchecks";
|
||||||
version = "2.10";
|
version = "3.0.1";
|
||||||
hash = "sha256-1x+pYMHaKgLFWcL1axOv/ok1ebs0I7Q+Q6htncmgJzU=";
|
hash = "sha256-r8wzIZPetnTEJDKPx/Oxk+gzs8gbjEHSi40LSxLb1Js=";
|
||||||
localSettings = pkgs.writeText "local_settings.py" ''
|
localSettings = pkgs.writeText "local_settings.py" ''
|
||||||
import os
|
import os
|
||||||
CSRF_TRUSTED_HOSTS = os.getenv("CSRF_TRUSTED_HOSTS", "").split(",")
|
CSRF_TRUSTED_HOSTS = os.getenv("CSRF_TRUSTED_HOSTS", "").split(",")
|
||||||
|
|
Loading…
Reference in a new issue