Skip to content

Commit

Permalink
add ./ul build-nix-dev "$@"
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarewk committed Nov 21, 2023
1 parent 94fedcf commit 029db54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ preferences-src/test/unit/coverage
data/preferences
.venv
/nix/result
/nix/dev
1 change: 1 addition & 0 deletions ul
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ main () {
edit-ui) edit-ui $2 ;;
build-deb) build-deb $2 $3 ;;
build-nix) exec nix build --out-link nix/result --show-trace --print-build-logs "${@:2}" '.#default' ;;
build-nix-dev) exec nix build --out-link nix/dev --show-trace --print-build-logs "${@:2}" '.#development' ;;
build-targz) build-targz $2 ;;
build-doc) build-doc ;;
watch-doc) watch-doc ;;
Expand Down

0 comments on commit 029db54

Please sign in to comment.