chore: upgrade to NixOS 25.11
Some checks failed
Test / tests (push) Failing after 1m46s

This commit is contained in:
Felix Schröter 2025-12-09 22:41:14 +01:00
parent 75d3736626
commit 23ffe07637
Signed by: felschr
GPG key ID: 671E39E6744C807D
17 changed files with 43 additions and 41 deletions

View file

@ -22,6 +22,7 @@ in
vendorPath = ".mullvad";
configPath = "${vendorPath}/mullvadbrowser";
};
platforms.darwin = null;
})
(mkFirefoxProfileBinModule {
inherit modulePath name packageName;

View file

@ -22,6 +22,7 @@ in
vendorPath = ".tor project";
configPath = "${vendorPath}/firefox";
};
platforms.darwin = null;
})
(mkFirefoxProfileBinModule {
inherit modulePath name packageName;