Skip to content

Commit

Permalink
fix deploy name
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Sep 10, 2024
1 parent 11e0a55 commit 781c249
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,21 @@ let
[
{
name = pkgs.lib.concatStrings [
"unavi-app-"
"native-"
subdir
];
value = mkAppPackage resource;
}
{
name = pkgs.lib.concatStrings [
"unavi-web-"
"web-"
subdir
];
value = mkWebPackage resource;
}
{
name = pkgs.lib.concatStrings [
"unavi-server-"
"server-"
subdir
];
value = self.packages.${localSystem}.server;
Expand Down

0 comments on commit 781c249

Please sign in to comment.