From d58fa72a1288a2b2a8453d16343b23e5c7835044 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 2 Jul 2023 14:28:30 +0200 Subject: Fix(bootstrap): Specify experimental-features before arguments to disko --- bootstrap/01_activate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap/01_activate') diff --git a/bootstrap/01_activate b/bootstrap/01_activate index 32bdfe28..0b512471 100755 --- a/bootstrap/01_activate +++ b/bootstrap/01_activate @@ -5,7 +5,7 @@ SHELL_LIBRARY_VERSION="1.1.4" . %SHELL_LIBRARY_PATH . %SCRIPT_ENSURE_CONFIG_VARIABLES -nix run github:nix-community/disko -- --flake "git+https://codeberg.org/soispha/nixos-config#$NIX_HOST" --mode mount --experimental-features 'nix-command flakes' +nix run github:nix-community/disko --experimental-features 'nix-command flakes' -- --flake "git+https://codeberg.org/soispha/nixos-config#$NIX_HOST" --mode mount msg "Finished mounting" -- cgit 1.4.1