Skip to content

Commit

Permalink
fix: whitespace and argument typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek authored Sep 15, 2024
1 parent 21bc69a commit 63692ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env just --justfile

git_dir := `git rev-parse --show-toplevel`
git_dir := `git rev-parse --show-toplevel`

import 'lib/just/dev.just'
import 'lib/just/checks.just'
Expand All @@ -11,5 +11,5 @@ build *args:
nixos-rebuild switch \
--flake ".#$(hostname)" \
--use-remote-sudo \
--option experminetal-features 'nix-command flakes' \
--option experimental-features 'nix-command flakes' \
{{args}}

0 comments on commit 63692ab

Please sign in to comment.