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
+10 -2
View File
@@ -15,8 +15,16 @@
}; };
nixConfig = { nixConfig = {
extra-trusted-public-keys = ["phundrak.cachix.org-1:osJAkYO0ioTOPqaQCIXMfIRz1/+YYlVFkup3R2KSexk="]; extra-trusted-public-keys = [
extra-substituters = ["https://phundrak.cachix.org"]; "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw="
"phundrak.cachix.org-1:osJAkYO0ioTOPqaQCIXMfIRz1/+YYlVFkup3R2KSexk="
];
extra-substituters = [
"https://nix-community.cachix.org"
"https://devenv.cachix.org"
"https://phundrak.cachix.org"
];
}; };
outputs = { outputs = {