Skip to content

Commit

Permalink
Misc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
42LoCo42 committed Jan 23, 2024
1 parent 0407ddc commit 24b288d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build-all
on:
push:
paths:
- packages
- "packages/**"

jobs:
main:
Expand Down
5 changes: 5 additions & 0 deletions packages/lone.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,9 @@
mkdir -p $out/bin
cp build/x86_64/{lone,tools/lone-embed} $out/bin
'';

meta = {
description = "The standalone Linux Lisp";
homepage = "https://github.com/lone-lang/lone";
};
}

0 comments on commit 24b288d

Please sign in to comment.