chore: 💚 Update Nix hashes

This commit is contained in:
Jesse Wierzbinski 2024-08-26 19:53:43 +02:00
parent fbe86043b7
commit 0ac540132a
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View file

@ -36,7 +36,7 @@
};
apps.update-modules = {
type = "app";
program = self.packages.${system}.versiajs.passthru.updateScript;
program = ./nix/update.sh;
};
}) //
flake-utils.lib.eachDefaultSystem (system: let