disko-1.13.0
default.checks.aarch64-darwin.clan-deps
· build #277
· raw
unpackPhase
1unpacking source archive /nix/store/z2bsz1xw44k3gbkb4ks4ds8p0gyspvwb-source2source root is sourceconfigurePhase
3no configure script, doing nothingbuildPhase
4no Makefile or custom buildPhase, doing nothingfixupPhase
5checking for references to /nix/var/nix/builds/nix-70502-3510109388/ in /nix/store/yl8xq3mxxskjpbms56zy4hf9ql0qwf8s-disko-1.13.0...6patching script interpreter paths in /nix/store/yl8xq3mxxskjpbms56zy4hf9ql0qwf8s-disko-1.13.07/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"8/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"installCheckPhase
9Usage: /nix/store/yl8xq3mxxskjpbms56zy4hf9ql0qwf8s-disko-1.13.0/bin/.disko-wrapped [options] disk-config.nix10or /nix/store/yl8xq3mxxskjpbms56zy4hf9ql0qwf8s-disko-1.13.0/bin/.disko-wrapped [options] --flake github:somebody/somewhere#disk-config1112With flakes, disk-config is discovered first under the .diskoConfigurations top level attribute13or else from the disko module of a NixOS configuration of that name under .nixosConfigurations.1415Options:1617* -m, --mode mode18 set the mode, either destroy, format, mount, unmount, format,mount or destroy,format,mount19 destroy: unmount filesystems and destroy partition tables of the selected disks20 format: create partition tables, zpools, lvms, raids and filesystems if they don't exist yet21 mount: mount the partitions at the specified root-mountpoint22 format,mount: run format and mount in sequence23 destroy,format,mount: run all three modes in sequence. Previously known as --mode disko24* -f, --flake uri25 fetch the disko config relative to this flake's root26* --arg name value27 pass value to nix-build. can be used to set disk-names for example28* --argstr name value29 pass value to nix-build as string30* --root-mountpoint /some/other/mnt31 where to mount the device tree (default: /mnt)32* --dry-run33 just show the path to the script instead of running it34* --no-deps35 avoid adding another dependency closure to an in-memory installer36 requires all necessary dependencies to be available in the environment37* --yes-wipe-all-disks38 skip the safety check for destroying partitions, useful for automation39* --debug40 run with set -x41* --help42 show this help