bump rust toolchain + fix publish script bug

This commit is contained in:
Quentin 2024-02-24 12:24:51 +01:00
parent d92ae5220c
commit 0dcf69f180
Signed by: quentin
GPG Key ID: E9602264D639FF68
2 changed files with 5 additions and 6 deletions

7
flake.lock vendored
View File

@ -48,16 +48,15 @@
"rust-analyzer-src": "rust-analyzer-src" "rust-analyzer-src": "rust-analyzer-src"
}, },
"locked": { "locked": {
"lastModified": 1706768574, "lastModified": 1708669354,
"narHash": "sha256-4o6TMpzBHO659EiJTzd/EGQGUDdbgwKwhqf3u6b23U8=", "narHash": "sha256-eGhZLjF59aF9bYdSOleT1BD94qvo1NgMio4vMKBzxgY=",
"owner": "nix-community", "owner": "nix-community",
"repo": "fenix", "repo": "fenix",
"rev": "668102037129923cd0fc239d864fce71eabdc6a3", "rev": "a0f0f781683e4e93b61beaf1dfee4dd34cf3a092",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"ref": "monthly",
"repo": "fenix", "repo": "fenix",
"type": "github" "type": "github"
} }

View File

@ -14,7 +14,7 @@
}; };
# use rust project builds # use rust project builds
fenix.url = "github:nix-community/fenix/monthly"; fenix.url = "github:nix-community/fenix";
# import alba releasing tool # import alba releasing tool
albatros.url = "git+https://git.deuxfleurs.fr/Deuxfleurs/albatros.git?ref=main"; albatros.url = "git+https://git.deuxfleurs.fr/Deuxfleurs/albatros.git?ref=main";
@ -218,7 +218,7 @@
${alba} static push -t aerogramme:${version} static/ 's3://download.deuxfleurs.org?endpoint=garage.deuxfleurs.fr&s3ForcePathStyle=true&region=garage' 1>&2 ${alba} static push -t aerogramme:${version} static/ 's3://download.deuxfleurs.org?endpoint=garage.deuxfleurs.fr&s3ForcePathStyle=true&region=garage' 1>&2
${alba} container push -t aerogramme:${version} docker/ 's3://registry.deuxfleurs.org?endpoint=garage.deuxfleurs.fr&s3ForcePathStyle=true&region=garage' 1>&2 ${alba} container push -t aerogramme:${version} docker/ 's3://registry.deuxfleurs.org?endpoint=garage.deuxfleurs.fr&s3ForcePathStyle=true&region=garage' 1>&2
${alba} container push -t aerogramme:${version} docker/ "docker://docker.io/dxflrs/aerogramme:$RTAG" 1>&2 ${alba} container push -t aerogramme:${version} docker/ "docker://docker.io/dxflrs/aerogramme:${version}" 1>&2
''; '';
in in