diff --git a/README.md b/README.md index 263d2b87..ca1893dd 100644 --- a/README.md +++ b/README.md @@ -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`) diff --git a/lib/pkgs/mk-types/default.nix b/lib/pkgs/mk-types/default.nix index 92285c02..0932fbc7 100644 --- a/lib/pkgs/mk-types/default.nix +++ b/lib/pkgs/mk-types/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; diff --git a/lib/pkgs/mk-types/package-lock.json b/lib/pkgs/mk-types/package-lock.json index 15c08a26..92f9a5ae 100644 Binary files a/lib/pkgs/mk-types/package-lock.json and b/lib/pkgs/mk-types/package-lock.json differ diff --git a/modules/ags/config/default.nix b/modules/ags/config/default.nix index d41bb99a..dd390cfb 100644 --- a/modules/ags/config/default.nix +++ b/modules/ags/config/default.nix @@ -1,3 +1,3 @@ { - npmDepsHash = "sha256-8LRFd8CYdO7LM0pLuRmoUPam75aWj5GybqXgZVBTdVg="; + npmDepsHash = "sha256-e7BYBGsd0VicSwADzCCQXncgu+oEXLimFRhqrTTr0KI="; } diff --git a/modules/ags/config/package-lock.json b/modules/ags/config/package-lock.json index a53a6c68..f426fc2c 100644 Binary files a/modules/ags/config/package-lock.json and b/modules/ags/config/package-lock.json differ