Skip to content

Commit

Permalink
conscise
Browse files Browse the repository at this point in the history
  • Loading branch information
cbleslie committed Jun 23, 2024
1 parent c71520a commit 29d9fbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@
# way as the server itself.
hyoketsuRunScript = pkgs.writeShellApplication {
name = "${meta.name}";
runtimeInputs = with pkgs; [deno self.packages.${system}.hyoketsu];
runtimeInputs = with pkgs; [deno hyoketsu];
# We should figure out exactly what runtime permissions we need. -A is
# less than ideal.
text = ''
deno run -A ${self.packages.${system}.hyoketsu}/bin/main.ts
deno run -A ${hyoketsu}/bin/main.ts
'';
};
docker = pkgs.dockerTools.buildImage {
Expand Down

0 comments on commit 29d9fbe

Please sign in to comment.