| Hello everyone, I'm encountering an issue with disko installation. When trying to run this command on my new machine, I get the following error after some time:
copying path '/nix/store/ccfwxygjrarahgfv5865x2f828sjr5h0-source' from 'https://cache.nixos.org'...
error:
… while evaluating a branch condition
at /nix/store/hr8dbsiv7gmyjywz5jhhv3xglmx77i4y-disko/share/disko/cli.nix:108:10:
107| diskoEval
108| else if hasDiskoModuleFlake then
| ^
109| (builtins.getFlake flake).nixosConfigurations.${flakeAttr}.config.system.build.${diskoAttr}
… in the right operand of the OR (||) operator
at /nix/store/xhhzw2lrzamrmpz056gybwrvd6dxp6nl-yhc8a0a2mvbp8fp53l57i3d5cnz735fc-source/lib/attrsets.nix:168:11:
167| n == lenAttrPath
168| || (
| ^
169| let
… while evaluating definitions from `/nix/store/57zny9al6km8yi7fav67dkf1apmfyw2p-source/hosts':
… while evaluating definitions from `/nix/store/8lw7ywpxvmmzryn9mnipqhvac4vpwzik-source/modules/perSystem.nix':
… while evaluating definitions from `/nix/store/57zny9al6km8yi7fav67dkf1apmfyw2p-source/lib, via option perSystem':
(stack trace truncated; use '--show-trace' to show the full, detailed trace)
error: writing to file: No space left on device
error: Recipe `install` failed on line 2 with exit code 1
I've tried switching to disko-install with this command:
nix --experimental-features "nix-command flakes" run 'github:nix-community/disko/latest#disko-insta
ll' -- --flake .#server --disk main /dev/sda
But the issue persists.
i have confirmed that my machine have enough RAM and storage space.
|