fix(desktop): adjust paths to newest refactor

This commit is contained in:
matt1432 2024-08-03 20:30:23 -04:00
parent 2861935ddd
commit be865cc86f
4 changed files with 5 additions and 5 deletions
apps/update

View file

@ -22,7 +22,7 @@ in
npmDepsHash = "sha256-qpnQSJNl68LrsU8foJYxdBXpoFj7VKQahC9DFmleWTs=";
runtimeInputs = [
(callPackage ../../modules/docker/updateImage.nix {})
(callPackage ../../nixosModules/docker/updateImage.nix {})
mozilla-addons-to-nix.packages.${system}.default
];
nativeBuildInputs = [makeWrapper];