Skip to content

Commit 945336f

Browse files
committed
nix: most-basic test of postResholve
Should probably do better here, but I've burned more of the weekend than I hoped already and want to get a resholve bump cut before the end of the day.
1 parent f676b5b commit 945336f

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Changelog
22

3-
## unreleased
3+
## v0.10.7 (unreleased)
44
- nix: track a number of changes upstream in nixpkgs, notably
55
- fix a problem in resholve's override API
66
- nixfmt
7+
- ~adopt currently unmerged PR adding a postResholve feature
78
- skip ~failing msmtp(q) parse tests to unblock CI
89
- nix: update flake
910
- nix: fix some cross issues

nixpkgs/test.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,9 @@ rec {
157157
inputs = [ ];
158158
};
159159
};
160+
postResholve = ''
161+
echo "not a load-bearing test, just prove we exist"
162+
'';
160163
};
161164
# demonstrate that we could use resholve in larger build
162165
module3 = stdenv.mkDerivation {

0 commit comments

Comments
 (0)