From 63692ab7303010e95ab27b112dbd15cc3e204b79 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle Date: Sun, 15 Sep 2024 22:24:02 +0200 Subject: [PATCH] fix: whitespace and argument typo --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index fb567db..f17f726 100644 --- a/justfile +++ b/justfile @@ -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' @@ -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}}