Skip to content

Commit 875f209

Browse files
committed
fix(retry): update extension repository name
chrome-retry was moved to browser-retry because it now supports firefox. it's not necessary to update to v1.2.0 because we don't benefit from firefox support
1 parent 9bbd41b commit 875f209

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

image/configuration.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
...
44
}:
55
let
6-
chrome-retry-extension = pkgs.fetchFromGitHub {
6+
browser-retry-extension = pkgs.fetchFromGitHub {
77
owner = "bluelhf";
8-
repo = "chrome-retry";
8+
repo = "browser-retry";
99
tag = "1.1.0";
1010
hash = "sha256-zhOGNErlnfE/DqtK3uVJIY3JtbZTEQkQaAGp0z8QPyc=";
1111
};
@@ -33,7 +33,7 @@ in
3333
user = "tik";
3434
enable = true;
3535
program = ''
36-
${pkgs.ungoogled-chromium}/bin/chromium --kiosk --load-extension=${chrome-retry-extension} --force-device-scale-factor=2.0 https://tietokilta.fi/fi/infoscreen
36+
${pkgs.ungoogled-chromium}/bin/chromium --kiosk --load-extension=${browser-retry-extension} --force-device-scale-factor=2.0 https://tietokilta.fi/fi/infoscreen
3737
'';
3838
environment.WLR_LIBINPUT_NO_DEVICES = "1";
3939
};

0 commit comments

Comments
 (0)