| * Possibly a general flake question: what is the syntax for applying a flake from a non-github repo and using a specific branch?
So far I'm trying:
nix run --extra-experimental-features 'nix-command flakes' \
'github:nix-community/disko/latest#disko-install' -- \
--write-efi-boot-entries \
--flake 'https://codeberg.org/higara/legacy-nix-configuration.git?ref=add-klaes#klaes' \
--disk nvme0 /dev/nvme0n1
And getting:
error: Failed to open archive (Unrecognizde archive format)
.disko-install-wrapped: line 234: artifacts[1]: unbound variable
|