chore: update node_modules
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
49bf18803a
commit
9301a6d761
5 changed files with 4 additions and 3 deletions
|
@ -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`)
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
BIN
lib/pkgs/mk-types/package-lock.json
generated
BIN
lib/pkgs/mk-types/package-lock.json
generated
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
npmDepsHash = "sha256-8LRFd8CYdO7LM0pLuRmoUPam75aWj5GybqXgZVBTdVg=";
|
||||
npmDepsHash = "sha256-e7BYBGsd0VicSwADzCCQXncgu+oEXLimFRhqrTTr0KI=";
|
||||
}
|
||||
|
|
BIN
modules/ags/config/package-lock.json
generated
BIN
modules/ags/config/package-lock.json
generated
Binary file not shown.
Loading…
Reference in a new issue