Skip to content

Commit

Permalink
Merge pull request #43 from pbek/patch-1
Browse files Browse the repository at this point in the history
fix: whitespace and argument typo
  • Loading branch information
tomodachi94 authored Sep 16, 2024
2 parents 21bc69a + 63692ab commit 09f6727
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 09f6727

Please sign in to comment.