aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2024-02-24 12:24:51 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2024-02-24 12:24:51 +0100
commit0dcf69f180f5a7b71b6ad2ac67e4cdd81e5154f1 (patch)
tree10bc2da8a07f6eb6cc170e5ad169a454d42ee7d7
parentd92ae5220cdaddf941da5a216fbd2c3549ccdec3 (diff)
downloadaerogramme-0dcf69f180f5a7b71b6ad2ac67e4cdd81e5154f1.tar.gz
aerogramme-0dcf69f180f5a7b71b6ad2ac67e4cdd81e5154f1.zip
bump rust toolchain + fix publish script bug
-rw-r--r--flake.lock7
-rw-r--r--flake.nix4
2 files changed, 5 insertions, 6 deletions
diff --git a/flake.lock b/flake.lock
index 2371bdb..a043987 100644
--- a/flake.lock
+++ b/flake.lock
@@ -48,16 +48,15 @@
"rust-analyzer-src": "rust-analyzer-src"
},
"locked": {
- "lastModified": 1706768574,
- "narHash": "sha256-4o6TMpzBHO659EiJTzd/EGQGUDdbgwKwhqf3u6b23U8=",
+ "lastModified": 1708669354,
+ "narHash": "sha256-eGhZLjF59aF9bYdSOleT1BD94qvo1NgMio4vMKBzxgY=",
"owner": "nix-community",
"repo": "fenix",
- "rev": "668102037129923cd0fc239d864fce71eabdc6a3",
+ "rev": "a0f0f781683e4e93b61beaf1dfee4dd34cf3a092",
"type": "github"
},
"original": {
"owner": "nix-community",
- "ref": "monthly",
"repo": "fenix",
"type": "github"
}
diff --git a/flake.nix b/flake.nix
index 5dae3c4..01dfda1 100644
--- a/flake.nix
+++ b/flake.nix
@@ -14,7 +14,7 @@
};
# use rust project builds
- fenix.url = "github:nix-community/fenix/monthly";
+ fenix.url = "github:nix-community/fenix";
# import alba releasing tool
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} 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