1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-10 19:11:06 +01:00

firefox: refactor duplicate profile ID detection

This commit is contained in:
Damien Cassou 2023-10-11 08:47:17 +02:00 committed by Robert Helgesson
parent 6a8444467c
commit 858fe2f09a
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
2 changed files with 25 additions and 12 deletions

View file

@ -5,7 +5,7 @@
config = lib.mkIf config.test.enableBig {
test.asserts.assertions.expected = [''
Must not have Firefox profiles with duplicate IDs but
Must not have a Firefox profile with an existing ID but
- ID 1 is used by first, second''];
programs.firefox = {