Skip to content

Commit

Permalink
Remove runtimeInputs
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillikers committed Oct 23, 2024
1 parent 98a63d7 commit 065ce6a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,10 @@
let
script = pkgs.writeShellApplication {
name = "serve";
runtimeInputs = [
gems
gems.wrappedRuby
];
text = ''
jekyll serve --destination ${self.packages.${system}.default}/srv --open-url --skip-initial-build
${gems}/bin/jekyll serve --destination ${
self.packages.${system}.default
}/srv --open-url --skip-initial-build
'';
};
in
Expand Down

0 comments on commit 065ce6a

Please sign in to comment.