fix(update): correct some paths

This commit is contained in:
matt1432 2024-12-17 00:26:53 -05:00
parent 3ac4c45c4d
commit 9c18766ee1
2 changed files with 4 additions and 4 deletions
apps/update-sources/src

View file

@ -20,7 +20,7 @@ const genVueText = (
`;
export const updateVuetorrent = () => {
const FILE = `${FLAKE}/devices/nos/modules/qbittorrent/vuetorrent.nix`;
const FILE = `${FLAKE}/configurations/nos/modules/qbittorrent/vuetorrent.nix`;
const OLD_VERSION = JSON.parse(spawnSync('nix',
['eval', '-f', FILE, '--json'],