2 Commits

Author SHA1 Message Date
phundrak 7bebf110b7 ci(nix): add archive packages and overhaul CI workflows
Run checks and build archives / build (linux-x86_64) (push) Failing after 3m2s
Run checks and build archives / coverage-and-sonar (push) Successful in 6m45s
Run checks and build archives / build (linux-aarch64) (push) Failing after 1m53s
Run checks and build archives / build (windows-x86_64) (push) Failing after 3m7s
2026-05-28 21:46:25 +02:00
phundrak 1ef69f2b15 feat(nix): simplify flake.nix, remove devenv 2026-05-28 21:46:25 +02:00
2 changed files with 7 additions and 8 deletions
Generated
+6 -6
View File
@@ -81,11 +81,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1779877693, "lastModified": 1776949667,
"narHash": "sha256-NOF9NAREhxr50bbBfVcVOq+ArCMSoe8dP79Pk2uyARk=", "narHash": "sha256-GMSVw35Q+294GlrTUKlx087E31z7KurReQ1YHSKp5iw=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "4100e830e085863741bc69b156ec4ccd53ab5be0", "rev": "01fbdeef22b76df85ea168fbfe1bfd9e63681b30",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -127,11 +127,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1779992051, "lastModified": 1777173302,
"narHash": "sha256-4YWGv/0NkAdtTW1MXfaLYpfC9BhpCy9k1pWkR0xI9uw=", "narHash": "sha256-ERiu3cbxvnTDxiDcimRA7af7xp6x1y0sRyLGm28Qzz8=",
"owner": "oxalica", "owner": "oxalica",
"repo": "rust-overlay", "repo": "rust-overlay",
"rev": "e93ad0df1073b2c969a8f0c1f10b84e870469d40", "rev": "aaec8c50baeaf2f2ba653e8aae71778a2bbbac94",
"type": "github" "type": "github"
}, },
"original": { "original": {
+1 -2
View File
@@ -9,8 +9,7 @@
pname = name; pname = name;
inherit version; inherit version;
src = pkgs.lib.cleanSource ../.; src = pkgs.lib.cleanSource ../.;
# cargoLock.lockFile = ../Cargo.lock; cargoLock.lockFile = ../Cargo.lock;
cargoHash = "sha256-QfNC11XQ+qhdsxU6JWiHsvLnhn9xvxKaEPhhDJ2nM0c=";
useNextest = true; useNextest = true;
meta = { meta = {
inherit (cargoToml.package) description homepage; inherit (cargoToml.package) description homepage;