Running phase: unpackPhase unpacking source archive /nix/store/z2bsz1xw44k3gbkb4ks4ds8p0gyspvwb-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase no Makefile or custom buildPhase, doing nothing Running phase: installPhase Running phase: fixupPhase checking for references to /nix/var/nix/builds/nix-70502-3510109388/ in /nix/store/yl8xq3mxxskjpbms56zy4hf9ql0qwf8s-disko-1.13.0... patching script interpreter paths in /nix/store/yl8xq3mxxskjpbms56zy4hf9ql0qwf8s-disko-1.13.0 /nix/store/yl8xq3mxxskjpbms56zy4hf9ql0qwf8s-disko-1.13.0/bin/.disko-wrapped: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/gkv1f29y40sprz0nj6m7x6dv6hxyyw17-bash-interactive-5.3p9/bin/bash" /nix/store/yl8xq3mxxskjpbms56zy4hf9ql0qwf8s-disko-1.13.0/share/disko/disk-deactivate/disk-deactivate: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/gkv1f29y40sprz0nj6m7x6dv6hxyyw17-bash-interactive-5.3p9/bin/bash" Running phase: installCheckPhase Usage: /nix/store/yl8xq3mxxskjpbms56zy4hf9ql0qwf8s-disko-1.13.0/bin/.disko-wrapped [options] disk-config.nix or /nix/store/yl8xq3mxxskjpbms56zy4hf9ql0qwf8s-disko-1.13.0/bin/.disko-wrapped [options] --flake github:somebody/somewhere#disk-config With flakes, disk-config is discovered first under the .diskoConfigurations top level attribute or else from the disko module of a NixOS configuration of that name under .nixosConfigurations. Options: * -m, --mode mode set the mode, either destroy, format, mount, unmount, format,mount or destroy,format,mount destroy: unmount filesystems and destroy partition tables of the selected disks format: create partition tables, zpools, lvms, raids and filesystems if they don't exist yet mount: mount the partitions at the specified root-mountpoint format,mount: run format and mount in sequence destroy,format,mount: run all three modes in sequence. Previously known as --mode disko * -f, --flake uri fetch the disko config relative to this flake's root * --arg name value pass value to nix-build. can be used to set disk-names for example * --argstr name value pass value to nix-build as string * --root-mountpoint /some/other/mnt where to mount the device tree (default: /mnt) * --dry-run just show the path to the script instead of running it * --no-deps avoid adding another dependency closure to an in-memory installer requires all necessary dependencies to be available in the environment * --yes-wipe-all-disks skip the safety check for destroying partitions, useful for automation * --debug run with set -x * --help show this help