Skip to content

Commit

Permalink
feat: replace Makefile with Justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan4yin committed Jan 11, 2024
1 parent b9f42cf commit 2493d13
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 deletions.
10 changes: 10 additions & 0 deletions Justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# just(Justfile) is a task runner similar to gnumake(Makefile), but simpler

deploy:
sudo guix system reconfigure ./config.scm

pull:
echo "Pulling all channel's git repositories..."
echo "Based on the gap between the current commit and the latest commit of guix's official repo, this operation may take a while..."
guix pull --channels=./channels.scm
guix describe --format=channels > ./channels-lock.scm
15 changes: 0 additions & 15 deletions Makefile

This file was deleted.

0 comments on commit 2493d13

Please sign in to comment.