Skip to content

Commit 3a6394e

Browse files
authored
Merge pull request #38 from cachix/main
Release nixpkgs 2438956
2 parents c946ff3 + 72114fe commit 3a6394e

3 files changed

Lines changed: 15 additions & 13 deletions

File tree

.github/workflows/update-and-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
4242
echo "Nixpkgs revision: $SHORT"
4343
4444
- name: Validate patches apply
45-
run: nix build .#legacyPackages.x86_64-linux.hello --no-link
45+
run: |
46+
SYSTEM=$(nix eval --impure --raw --expr builtins.currentSystem)
47+
nix build ".#legacyPackages.$SYSTEM.hello" --no-link
4648
4749
- name: Commit and push
4850
id: commit

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -101,26 +101,26 @@ Overlays are more resilient to upstream changes than source patches.
101101
Latest test results from devenv's comprehensive test suite:
102102

103103
<!-- TEST_RESULTS_START -->
104-
**Nixpkgs revision**: [`7525d99`](https://github.com/NixOS/nixpkgs/commit/7525d999cd850b9a488817abc89c75dc733acf17)
104+
**Nixpkgs revision**: [`2438956`](https://github.com/NixOS/nixpkgs/commit/243895692ae2a2fbd08a05141462c0cc0d3ca10f)
105105

106-
**Test run**: [View detailed results](https://github.com/cachix/devenv-nixpkgs/actions/runs/30106803318)
106+
**Test run**: [View detailed results](https://github.com/cachix/devenv-nixpkgs/actions/runs/30805163283)
107107

108-
**Last updated**: 2026-07-24 19:04:33 UTC
108+
**Last updated**: 2026-08-04 14:22:08 UTC
109109

110110
### Platform Results
111111

112112
| Platform | Tests Failed/Total | Success Rate |
113113
|----------|-------------------|--------------|
114-
| aarch64-linux | 4/70 | 94.2% |
115-
| x86_64-linux | 4/71 | 94.3% |
116-
| aarch64-darwin | 5/66 | 92.4% |
114+
| aarch64-linux | 2/70 | 97.1% |
115+
| x86_64-linux | 2/71 | 97.1% |
116+
| aarch64-darwin | 4/66 | 93.9% |
117117

118118
### Summary
119119

120120
- **Total test jobs**: 208
121-
- **Successful**: 195
122-
- **Failed**: 13
123-
- **Success rate**: 93%
121+
- **Successful**: 200
122+
- **Failed**: 8
123+
- **Success rate**: 96%
124124

125125
<!-- TEST_RESULTS_END -->
126126

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)