Skip to content

Commit

Permalink
dist: add nixify script to document the nix build process
Browse files Browse the repository at this point in the history
Signed-off-by: William Casarin <[email protected]>
  • Loading branch information
jb55 committed Jan 28, 2024
1 parent 01588ef commit 289740e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nixify
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash
rm -rf node_modules
node2nix -18 -l package-lock.json
nix-build -A package

0 comments on commit 289740e

Please sign in to comment.