Update Nix flake (#1777)

This commit is contained in:
Rushmore Mushambi 2023-04-07 21:56:02 +02:00 committed by GitHub
parent b63c83a4bc
commit 1d27273d7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 25 additions and 25 deletions

View file

@ -10,16 +10,16 @@
"rust-overlay": "rust-overlay"
},
"locked": {
"lastModified": 1669943300,
"narHash": "sha256-1adQsyh7MvtlR19cJvL0VWemVTWwVbWSKrmrfX60ztU=",
"lastModified": 1679285709,
"narHash": "sha256-oERwmwZPZ5BOqSv6cmcXfjIBPrFR6dp02oGE8mA+1n4=",
"owner": "ipetkov",
"repo": "crane",
"rev": "fb80a689c5c517bc40d9cc1828c384c38de90dda",
"rev": "2552a2d1ccf33d43259a9e00f93dbacb9e6d6bed",
"type": "github"
},
"original": {
"owner": "ipetkov",
"ref": "v0.10.0",
"ref": "v0.12.0",
"repo": "crane",
"type": "github"
}
@ -32,11 +32,11 @@
"rust-analyzer-src": "rust-analyzer-src"
},
"locked": {
"lastModified": 1675923917,
"narHash": "sha256-ZKF4HRxsllMsgLIbvY4cANjYI2BDhsDbIrmm+azOLuM=",
"lastModified": 1680762089,
"narHash": "sha256-62lgi+xb+nn9H4O+ZIYNkHeQ8ryzstALKMJuoXiot0I=",
"owner": "nix-community",
"repo": "fenix",
"rev": "1be417cf9cfd9a49f001c91515986b8b1f5823fc",
"rev": "5794e58068fb6a8eccad9e4ff77ffe1c08ded13c",
"type": "github"
},
"original": {
@ -48,11 +48,11 @@
"flake-compat": {
"flake": false,
"locked": {
"lastModified": 1650374568,
"narHash": "sha256-Z+s0J8/r907g149rllvwhb4pKi8Wam5ij0st8PwAh+E=",
"lastModified": 1673956053,
"narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "b4a34015c698c7793d592d66adbab377907a2be8",
"rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9",
"type": "github"
},
"original": {
@ -79,11 +79,11 @@
},
"flake-utils": {
"locked": {
"lastModified": 1667395993,
"narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
"lastModified": 1676283394,
"narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
"rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073",
"type": "github"
},
"original": {
@ -110,11 +110,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1675904929,
"narHash": "sha256-Q3gSEBSXTH1+035C5GjqPEYmfJDhepLfY+WF9mw5OHw=",
"lastModified": 1680665430,
"narHash": "sha256-MTVhTukwza1Jlq2gECITZPFnhROmylP2uv3O3cSqQCE=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "7010ce2ebc72caf5fcea77646dcafc2a5ac269f1",
"rev": "5233fd2ba76a3accb5aaa999c00509a11fd0793c",
"type": "github"
},
"original": {
@ -136,11 +136,11 @@
"rust-analyzer-src": {
"flake": false,
"locked": {
"lastModified": 1675858095,
"narHash": "sha256-nv2sRzyIa0EFZCsPXY5U2Y6ry+VpIGJQ/CY0ZAolpVQ=",
"lastModified": 1680727375,
"narHash": "sha256-hb8AosuONAg0D9yoZ4VrBsjf5hINMYVLPEGekXF4qVE=",
"owner": "rust-lang",
"repo": "rust-analyzer",
"rev": "eaed19c5399064393e846ad5dddd7b0b290d2582",
"rev": "ea22d245b671f97b820cf761108251c6292c3152",
"type": "github"
},
"original": {
@ -162,11 +162,11 @@
]
},
"locked": {
"lastModified": 1667487142,
"narHash": "sha256-bVuzLs1ZVggJAbJmEDVO9G6p8BH3HRaolK70KXvnWnU=",
"lastModified": 1677812689,
"narHash": "sha256-EakqhgRnjVeYJv5+BJx/NZ7/eFTMBxc4AhICUNquhUg=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "cf668f737ac986c0a89e83b6b2e3c5ddbd8cf33b",
"rev": "e53e8853aa7b0688bc270e9e6a681d22e01cf299",
"type": "github"
},
"original": {

View file

@ -6,7 +6,7 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11-small";
flake-utils.url = "github:numtide/flake-utils/v1.0.0";
crane = {
url = "github:ipetkov/crane/v0.10.0";
url = "github:ipetkov/crane/v0.12.0";
inputs.nixpkgs.follows = "nixpkgs";
};
fenix = {

View file

@ -2,8 +2,8 @@
dockerTools.buildLayeredImage {
name = "surrealdb/surrealdb";
# Unfortunately Docker doesn't support semver's `+` so we are using `_` instead
tag = "v${builtins.replaceStrings [ "+" ] [ "_" ] util.version}";
# Unfortunately Docker doesn't support semver's `+` so we are using `-` instead
tag = "v${builtins.replaceStrings [ "+" ] [ "-" ] util.version}";
config = {
Env = [ "SSL_CERT_FILE=${cacert}/etc/ssl/certs/ca-bundle.crt" ];
WorkingDir = "/";