janitoring

This commit is contained in:
EatThePooh 2026-02-25 17:20:13 +07:00
parent d2aae92692
commit 62e9d367bf
5 changed files with 23 additions and 129 deletions

View file

@ -1,6 +1,4 @@
{
description = "name-placeholder";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
flake-parts.url = "github:hercules-ci/flake-parts";
@ -21,7 +19,7 @@
pname = packageJson.name;
version = packageJson.version;
src = ./.;
npmDepsHash = "sha256-EvM5ZyNQEW8RYFCfI7Bkju1qL+1y8nleXPAX3IKce78=";
npmDepsHash = "sha256-qZIr0vUhSx/B64kNRAwLPuOTSEBs5wtbEn9rRUAXtaA=";
npmBuildScript = "build";
};
in