Skip to content

Commit

Permalink
build: add server to checks
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkolenz committed Sep 12, 2024
1 parent 5f5b7b3 commit e0247e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
packages = [ nodejs ];
};
checks = {
inherit (self'.packages) default;
inherit (self'.packages) arguemapper server;
};
packages = {
default = npmlock2nix.v2.build {
Expand Down

0 comments on commit e0247e9

Please sign in to comment.