Skip to content

Commit 9555d37

Browse files
Merge master into staging-next
2 parents b281282 + af17f1e commit 9555d37

File tree

43 files changed

+645
-374
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+645
-374
lines changed

maintainers/maintainer-list.nix

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9902,6 +9902,12 @@
99029902
githubId = 155722885;
99039903
name = "Joachim Ernst";
99049904
};
9905+
hemera = {
9906+
email = "[email protected]";
9907+
github = "TheNeikos";
9908+
githubId = 1631166;
9909+
name = "Marcel Müller";
9910+
};
99059911
henkery = {
99069912
email = "[email protected]";
99079913
github = "henkery";
@@ -17298,6 +17304,12 @@
1729817304
githubId = 144328493;
1729917305
keys = [ { fingerprint = "D89F 440C 6CD7 4753 090F EC7A 4682 C5CB 4D9D EA3C"; } ];
1730017306
};
17307+
naora = {
17308+
name = "Joris Gundermann";
17309+
email = "[email protected]";
17310+
github = "Naora";
17311+
githubId = 2221163;
17312+
};
1730117313
naphta = {
1730217314
github = "naphta";
1730317315
githubId = 6709831;

nixos/tests/all-tests.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ in
768768
lomiri = discoverTests (import ./lomiri.nix);
769769
lomiri-calculator-app = runTest ./lomiri-calculator-app.nix;
770770
lomiri-calendar-app = runTest ./lomiri-calendar-app.nix;
771-
lomiri-camera-app = runTest ./lomiri-camera-app.nix;
771+
lomiri-camera-app = discoverTests (import ./lomiri-camera-app.nix);
772772
lomiri-clock-app = runTest ./lomiri-clock-app.nix;
773773
lomiri-docviewer-app = runTest ./lomiri-docviewer-app.nix;
774774
lomiri-filemanager-app = runTest ./lomiri-filemanager-app.nix;

0 commit comments

Comments
 (0)