parent
acd4ebc1e2
commit
827bf6ba8c
75 changed files with 355 additions and 399 deletions
apps/update
|
@ -22,7 +22,7 @@ in
|
|||
npmDepsHash = "sha256-qpnQSJNl68LrsU8foJYxdBXpoFj7VKQahC9DFmleWTs=";
|
||||
|
||||
runtimeInputs = [
|
||||
(callPackage ../../modules/arion/updateImage.nix {})
|
||||
(callPackage ../../modules/docker/updateImage.nix {})
|
||||
mozilla-addons-to-nix.packages.${system}.default
|
||||
];
|
||||
nativeBuildInputs = [makeWrapper];
|
||||
|
|
|
@ -30,7 +30,7 @@ export const updateFlakeInputs = () => {
|
|||
export const updateDocker = () => {
|
||||
let updates = '';
|
||||
|
||||
const FILE = `${FLAKE}/devices/nos/modules/arion`;
|
||||
const FILE = `${FLAKE}/devices/nos/modules/docker`;
|
||||
|
||||
readdirSync(FILE, { withFileTypes: true, recursive: true }).forEach((path) => {
|
||||
if (path.name === 'compose.nix') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue