2022-12-05 17:47:13 +00:00
{
2023-05-26 20:04:26 +00:00
"version" : "0.9.1-unreleased" ,
2023-02-22 15:46:52 +00:00
"actions" : [
{
"action" : {
"action" : "create_directory" ,
2023-03-06 17:29:44 +00:00
"path" : "/home/nix" ,
2023-02-22 15:46:52 +00:00
"user" : null ,
"group" : null ,
"mode" : 493 ,
"force_prune_on_revert" : true
2023-01-09 16:30:28 +00:00
} ,
2023-02-22 15:46:52 +00:00
"state" : "Uncompleted"
} ,
2023-03-06 17:29:44 +00:00
{
"action" : {
"action" : "create_file" ,
"path" : "/etc/systemd/system/nix-directory.service" ,
"user" : null ,
"group" : null ,
"mode" : 420 ,
"buf" : "[Unit]\nDescription=Create a `/nix` directory to be used for bind mounting\nPropagatesStopTo=nix-daemon.service\nPropagatesStopTo=nix.mount\nDefaultDependencies=no\nAfter=grub-recordfail.service\nAfter=steamos-finish-oobe-migration.service\n\n[Service]\nType=oneshot\nExecStart=steamos-readonly disable\nExecStart=mkdir -vp /nix\nExecStart=chmod -v 0755 /nix\nExecStart=chown -v root /nix\nExecStart=chgrp -v root /nix\nExecStart=steamos-readonly enable\nExecStop=steamos-readonly disable\nExecStop=rmdir /nix\nExecStop=steamos-readonly enable\nRemainAfterExit=true\n" ,
"force" : false
} ,
"state" : "Uncompleted"
} ,
{
"action" : {
"action" : "create_file" ,
"path" : "/etc/systemd/system/nix.mount" ,
"user" : null ,
"group" : null ,
"mode" : 420 ,
"buf" : "[Unit]\nDescription=Mount `/home/nix` on `/nix`\nPropagatesStopTo=nix-daemon.service\nPropagatesStopTo=nix-directory.service\nAfter=nix-directory.service\nRequires=nix-directory.service\nConditionPathIsDirectory=/nix\nDefaultDependencies=no\nRequiredBy=nix-daemon.service\nRequiredBy=nix-daemon.socket\n\n[Mount]\nWhat=/home/nix\nWhere=/nix\nType=none\nDirectoryMode=0755\nOptions=bind\n" ,
"force" : false
} ,
"state" : "Uncompleted"
} ,
{
"action" : {
"action" : "create_file" ,
"path" : "/etc/systemd/system/ensure-symlinked-units-resolve.service" ,
"user" : null ,
"group" : null ,
"mode" : 420 ,
"buf" : "[Unit]\nDescription=Ensure Nix related units which are symlinked resolve\nAfter=nix.mount\nRequires=nix-directory.service\nRequires=nix.mount\nDefaultDependencies=no\n\n[Service]\nType=oneshot\nRemainAfterExit=yes\nExecStart=/usr/bin/systemctl daemon-reload\nExecStart=/usr/bin/systemctl restart --no-block nix-daemon.socket\n\n[Install]\nWantedBy=sysinit.target\n" ,
"force" : false
} ,
"state" : "Uncompleted"
} ,
{
"action" : {
"action" : "start_systemd_unit" ,
"unit" : "nix.mount" ,
"enable" : false
} ,
"state" : "Uncompleted"
} ,
2023-02-22 15:46:52 +00:00
{
"action" : {
"action" : "provision_nix" ,
"fetch_nix" : {
"action" : {
2023-05-05 20:54:37 +00:00
"url" : "https://releases.nixos.org/nix/nix-2.15.0/nix-2.15.0-x86_64-linux.tar.xz" ,
"dest" : "/nix/temp-install-dir" ,
"proxy" : null ,
"ssl_cert_file" : null
2023-01-09 16:30:28 +00:00
} ,
2023-02-22 15:46:52 +00:00
"state" : "Uncompleted"
} ,
2023-05-05 20:54:37 +00:00
"delete_users" : [ ] ,
"create_group" : {
2023-02-22 15:46:52 +00:00
"action" : {
2023-05-05 20:54:37 +00:00
"name" : "nixbld" ,
"gid" : 30000
2023-01-09 16:30:28 +00:00
} ,
2023-02-22 15:46:52 +00:00
"state" : "Uncompleted"
} ,
"create_nix_tree" : {
"action" : {
"create_directories" : [
{
"action" : {
"path" : "/nix/var" ,
2023-05-05 20:54:37 +00:00
"user" : "root" ,
2023-02-22 15:46:52 +00:00
"group" : null ,
"mode" : 493 ,
"force_prune_on_revert" : false
} ,
"state" : "Uncompleted"
} ,
{
"action" : {
"path" : "/nix/var/log" ,
2023-05-05 20:54:37 +00:00
"user" : "root" ,
2023-02-22 15:46:52 +00:00
"group" : null ,
"mode" : 493 ,
"force_prune_on_revert" : false
} ,
"state" : "Uncompleted"
} ,
{
"action" : {
"path" : "/nix/var/log/nix" ,
2023-05-05 20:54:37 +00:00
"user" : "root" ,
2023-02-22 15:46:52 +00:00
"group" : null ,
"mode" : 493 ,
"force_prune_on_revert" : false
} ,
"state" : "Uncompleted"
} ,
{
"action" : {
"path" : "/nix/var/log/nix/drvs" ,
2023-05-05 20:54:37 +00:00
"user" : "root" ,
2023-02-22 15:46:52 +00:00
"group" : null ,
"mode" : 493 ,
"force_prune_on_revert" : false
} ,
"state" : "Uncompleted"
} ,
{
"action" : {
"path" : "/nix/var/nix" ,
2023-05-05 20:54:37 +00:00
"user" : "root" ,
2023-02-22 15:46:52 +00:00
"group" : null ,
"mode" : 493 ,
"force_prune_on_revert" : false
} ,
"state" : "Uncompleted"
} ,
{
"action" : {
"path" : "/nix/var/nix/db" ,
2023-05-05 20:54:37 +00:00
"user" : "root" ,
2023-02-22 15:46:52 +00:00
"group" : null ,
"mode" : 493 ,
"force_prune_on_revert" : false
} ,
"state" : "Uncompleted"
} ,
{
"action" : {
"path" : "/nix/var/nix/gcroots" ,
2023-05-05 20:54:37 +00:00
"user" : "root" ,
2023-02-22 15:46:52 +00:00
"group" : null ,
"mode" : 493 ,
"force_prune_on_revert" : false
} ,
"state" : "Uncompleted"
} ,
{
"action" : {
"path" : "/nix/var/nix/gcroots/per-user" ,
2023-05-05 20:54:37 +00:00
"user" : "root" ,
2023-02-22 15:46:52 +00:00
"group" : null ,
"mode" : 493 ,
"force_prune_on_revert" : false
} ,
"state" : "Uncompleted"
} ,
{
"action" : {
"path" : "/nix/var/nix/profiles" ,
2023-05-05 20:54:37 +00:00
"user" : "root" ,
2023-02-22 15:46:52 +00:00
"group" : null ,
"mode" : 493 ,
"force_prune_on_revert" : false
} ,
"state" : "Uncompleted"
} ,
{
"action" : {
"path" : "/nix/var/nix/profiles/per-user" ,
2023-05-05 20:54:37 +00:00
"user" : "root" ,
2023-02-22 15:46:52 +00:00
"group" : null ,
"mode" : 493 ,
"force_prune_on_revert" : false
} ,
"state" : "Uncompleted"
} ,
{
"action" : {
"path" : "/nix/var/nix/temproots" ,
2023-05-05 20:54:37 +00:00
"user" : "root" ,
2023-02-22 15:46:52 +00:00
"group" : null ,
"mode" : 493 ,
"force_prune_on_revert" : false
} ,
"state" : "Uncompleted"
} ,
{
"action" : {
"path" : "/nix/var/nix/userpool" ,
2023-05-05 20:54:37 +00:00
"user" : "root" ,
2023-02-22 15:46:52 +00:00
"group" : null ,
"mode" : 493 ,
"force_prune_on_revert" : false
} ,
"state" : "Uncompleted"
} ,
{
"action" : {
"path" : "/nix/var/nix/daemon-socket" ,
2023-05-05 20:54:37 +00:00
"user" : "root" ,
2023-02-22 15:46:52 +00:00
"group" : null ,
"mode" : 493 ,
"force_prune_on_revert" : false
} ,
"state" : "Uncompleted"
}
]
2023-01-09 16:30:28 +00:00
} ,
2023-02-22 15:46:52 +00:00
"state" : "Uncompleted"
2023-01-09 16:30:28 +00:00
} ,
2023-02-22 15:46:52 +00:00
"move_unpacked_nix" : {
"action" : {
2023-03-08 18:43:57 +00:00
"unpacked_path" : "/nix/temp-install-dir"
2023-01-09 16:30:28 +00:00
} ,
2023-02-22 15:46:52 +00:00
"state" : "Uncompleted"
}
} ,
"state" : "Uncompleted"
} ,
{
"action" : {
"action" : "configure_nix" ,
"setup_default_profile" : {
"action" : {
2023-03-08 18:43:57 +00:00
"unpacked_path" : "/nix/temp-install-dir"
2023-02-01 20:35:52 +00:00
} ,
2023-02-22 15:46:52 +00:00
"state" : "Uncompleted"
} ,
"configure_shell_profile" : {
"action" : {
2023-03-27 21:36:54 +00:00
"locations" : {
"fish" : {
"confd_suffix" : "conf.d/nix.fish" ,
"confd_prefixes" : [
"/etc/fish" ,
"/usr/local/etc/fish" ,
"/opt/homebrew/etc/fish" ,
"/opt/local/etc/fish"
] ,
"vendor_confd_suffix" : "vendor_conf.d/nix.fish" ,
"vendor_confd_prefixes" : [
"/usr/local/share/fish/"
]
} ,
"bash" : [
"/etc/bashrc" ,
"/etc/profile.d/nix.sh" ,
"/etc/bash.bashrc"
] ,
"zsh" : [
"/etc/zshrc" ,
"/etc/zsh/zshrc"
]
} ,
2023-03-06 17:29:44 +00:00
"create_directories" : [ ] ,
2023-02-22 15:46:52 +00:00
"create_or_insert_into_files" : [
{
2023-01-09 16:30:28 +00:00
"action" : {
2023-02-22 15:46:52 +00:00
"path" : "/etc/bashrc" ,
2023-01-09 16:30:28 +00:00
"user" : null ,
"group" : null ,
2023-03-13 17:16:02 +00:00
"mode" : 420 ,
2023-02-22 15:46:52 +00:00
"buf" : "\n# Nix\nif [ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]; then\n . '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh'\nfi\n# End Nix\n\n \n" ,
"position" : "Beginning"
} ,
"state" : "Uncompleted"
} ,
{
"action" : {
"path" : "/etc/profile.d/nix.sh" ,
"user" : null ,
"group" : null ,
2023-03-13 17:16:02 +00:00
"mode" : 420 ,
2023-02-22 15:46:52 +00:00
"buf" : "\n# Nix\nif [ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]; then\n . '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh'\nfi\n# End Nix\n\n \n" ,
"position" : "Beginning"
} ,
"state" : "Uncompleted"
} ,
{
"action" : {
2023-05-05 20:54:37 +00:00
"path" : "/etc/bash.bashrc" ,
2023-02-22 15:46:52 +00:00
"user" : null ,
"group" : null ,
2023-03-13 17:16:02 +00:00
"mode" : 420 ,
2023-02-22 15:46:52 +00:00
"buf" : "\n# Nix\nif [ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]; then\n . '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh'\nfi\n# End Nix\n\n \n" ,
"position" : "Beginning"
} ,
"state" : "Uncompleted"
} ,
{
"action" : {
2023-05-05 20:54:37 +00:00
"path" : "/etc/zshrc" ,
2023-02-22 15:46:52 +00:00
"user" : null ,
"group" : null ,
2023-03-13 17:16:02 +00:00
"mode" : 420 ,
2023-02-22 15:46:52 +00:00
"buf" : "\n# Nix\nif [ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]; then\n . '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh'\nfi\n# End Nix\n\n \n" ,
"position" : "Beginning"
2023-01-09 16:30:28 +00:00
} ,
"state" : "Uncompleted"
}
2023-02-22 15:46:52 +00:00
]
} ,
"state" : "Uncompleted"
2022-12-05 17:47:13 +00:00
} ,
2023-02-22 15:46:52 +00:00
"place_nix_configuration" : {
"action" : {
"create_directory" : {
"action" : {
"path" : "/etc/nix" ,
"user" : null ,
"group" : null ,
"mode" : 493 ,
"force_prune_on_revert" : false
} ,
"state" : "Uncompleted"
} ,
2023-03-06 17:29:44 +00:00
"create_or_merge_nix_config" : {
2023-02-22 15:46:52 +00:00
"action" : {
"path" : "/etc/nix/nix.conf" ,
2023-03-06 17:29:44 +00:00
"pending_nix_config" : {
"settings" : {
"auto-optimise-store" : "true" ,
2023-05-05 20:54:37 +00:00
"bash-prompt-prefix" : "(nix:$name)\\040" ,
2023-03-13 17:16:02 +00:00
"build-users-group" : "nixbld" ,
2023-05-05 20:54:37 +00:00
"experimental-features" : "nix-command flakes auto-allocate-uids" ,
2023-03-13 17:16:02 +00:00
"extra-nix-path" : "nixpkgs=flake:nixpkgs" ,
2023-05-05 20:54:37 +00:00
"auto-allocate-uids" : "true"
2023-03-06 17:29:44 +00:00
}
}
2023-02-22 15:46:52 +00:00
} ,
"state" : "Uncompleted"
}
} ,
"state" : "Uncompleted"
}
} ,
"state" : "Uncompleted"
} ,
{
"action" : {
2023-03-03 22:20:17 +00:00
"action" : "configure_init_service" ,
2023-02-22 15:46:52 +00:00
"init" : "Systemd" ,
2023-05-05 20:54:37 +00:00
"start_daemon" : true ,
"ssl_cert_file" : null
2023-02-22 15:46:52 +00:00
} ,
"state" : "Uncompleted"
2023-03-06 17:29:44 +00:00
} ,
{
"action" : {
"action" : "start_systemd_unit" ,
"unit" : "ensure-symlinked-units-resolve.service" ,
"enable" : true
} ,
"state" : "Uncompleted"
2023-03-13 17:16:02 +00:00
} ,
{
"action" : {
"action" : "remove_directory" ,
"path" : "/nix/temp-install-dir"
} ,
"state" : "Uncompleted"
2023-02-22 15:46:52 +00:00
}
] ,
"planner" : {
2023-03-06 17:29:44 +00:00
"planner" : "steam-deck" ,
"persistence" : "/home/nix" ,
2023-02-22 15:46:52 +00:00
"settings" : {
"modify_profile" : true ,
"nix_build_group_name" : "nixbld" ,
2023-03-06 17:29:44 +00:00
"nix_build_group_id" : 30000 ,
2023-05-05 20:54:37 +00:00
"nix_package_url" : "https://releases.nixos.org/nix/nix-2.15.0/nix-2.15.0-x86_64-linux.tar.xz" ,
"proxy" : null ,
"ssl_cert_file" : null ,
2023-02-22 15:46:52 +00:00
"extra_conf" : [ ] ,
2023-03-13 17:16:02 +00:00
"force" : false ,
"diagnostic_endpoint" : "https://install.determinate.systems/nix/diagnostic"
2022-12-05 17:47:13 +00:00
}
2023-03-13 17:16:02 +00:00
} ,
"diagnostic_data" : {
2023-05-26 20:04:26 +00:00
"version" : "0.9.1-unreleased" ,
2023-03-13 17:16:02 +00:00
"planner" : "steam-deck" ,
"configured_settings" : [ ] ,
"os_name" : "Ubuntu" ,
2023-05-05 20:54:37 +00:00
"os_version" : "22.04.2 LTS (Jammy Jellyfish)" ,
2023-03-13 17:16:02 +00:00
"triple" : "x86_64-unknown-linux-musl" ,
"is_ci" : false ,
"endpoint" : "https://install.determinate.systems/nix/diagnostic" ,
2023-05-05 20:54:37 +00:00
"ssl_cert_file" : null ,
2023-03-13 17:16:02 +00:00
"failure_chain" : null
2023-02-22 15:46:52 +00:00
}
2023-03-20 17:31:58 +00:00
}