chore: update node_modules
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2025-01-04 23:53:47 -05:00
parent 49bf18803a
commit 9301a6d761
5 changed files with 4 additions and 3 deletions

View file

@ -1,12 +1,13 @@
# My NixOS configs
TODO: add directory structure info and enforce it
- [x] every root folder in the repo represents a flake output except inputs
- [x] every root folder only has an optional `default.nix` and subfolders for each
of its attrs
- [] if there is non nix code, it will be in a `config` folder
- [] redo docs
- [] every module should not do anything if imported
- [x] every module should not do anything if imported
- [] all nix files that represent a module should be `default.nix` (a nix file
which is imported directly can be called anything alongside `default.nix`)

View file

@ -21,7 +21,7 @@ in
pname = "${pname}-types";
version = "0.0.0";
npmDepsHash = "sha256-QqLwPJJbAeiGMKUwhpUL1LME0DYm/rIgu8pAyt98KVI=";
npmDepsHash = "sha256-g1vuaK/dX1A8Ip//oP03mKw/K9ap0RhfgHhH3Ti/AUs=";
src = ./.;
dontNpmBuild = true;

Binary file not shown.

View file

@ -1,3 +1,3 @@
{
npmDepsHash = "sha256-8LRFd8CYdO7LM0pLuRmoUPam75aWj5GybqXgZVBTdVg=";
npmDepsHash = "sha256-e7BYBGsd0VicSwADzCCQXncgu+oEXLimFRhqrTTr0KI=";
}

Binary file not shown.