Skip to content

Commit

Permalink
Apply suggestions from code review and fix pushing the actual list
Browse files Browse the repository at this point in the history
Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
  • Loading branch information
5310 and cole-h authored Dec 16, 2024
1 parent 5bdc2a0 commit 96d983f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/planner/steam_deck.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,7 @@ impl Planner for SteamDeck {
/etc/profile.d/nix.sh\n\
/etc/systemd/system/nix-daemon.socket\n\
/etc/tmpfiles.d/nix-daemon.conf\n\
",
persistence = persistence.display(),
",
);
let create_atomic_update_unit = CreateFile::plan(
"/etc/atomic-update.conf.d/nix.conf",
Expand All @@ -274,7 +273,7 @@ impl Planner for SteamDeck {
)
.await
.map_err(PlannerError::Action)?;
actions.push(create_bind_mount_unit.boxed());
actions.push(create_atomic_update_unit.boxed());
} else {
let revert_clean_streamos_nix_offload = RevertCleanSteamosNixOffload::plan()
.await
Expand Down

0 comments on commit 96d983f

Please sign in to comment.