Skip to content

Commit

Permalink
fix more more
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Aug 8, 2024
1 parent 02d84d0 commit 91dd4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/package_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ impl Component for PackageManagerModel {
commands.push("sudo apt-get install -y nix-bin nix-setup-systemd");
commands.push("sudo groupadd -f nix-users");
commands.push("sudo usermod -a -G nix-users $USER");
commands.push("sudo systemctl enable nix-daemon.service || true");
commands.push("{ sudo systemctl enable nix-daemon.service || :; }");
commands.push("nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs");
commands.push("nix-channel --update");
}
Expand Down

0 comments on commit 91dd4cb

Please sign in to comment.