Pin flake to nixos-22.11

This commit is contained in:
Dave Gallant
2023-04-20 15:11:02 -04:00
parent 06f9dab89b
commit ab512825b5
5 changed files with 31 additions and 34 deletions

View File

@@ -441,7 +441,7 @@ in {
firefox = {
enable = stdenv.isLinux;
package = pkgs.firefox-devedition;
package = pkgs.firefox-devedition-bin;
profiles = {
default = {
@@ -450,6 +450,8 @@ in {
settings = {
"privacy.resistFingerprinting" = true;
};
name = "dev-edition-default";
path = "6b7pm104.dev-edition-default";
};
};
};