Skip to content

Instantly share code, notes, and snippets.

@Lucus16
Created October 3, 2025 19:18
Show Gist options
  • Select an option

  • Save Lucus16/601405ccffc89a99430f46661b0ffe90 to your computer and use it in GitHub Desktop.

Select an option

Save Lucus16/601405ccffc89a99430f46661b0ffe90 to your computer and use it in GitHub Desktop.
Complete implementation of nixos-rebuild switch.
system=$(nix-build --no-out-link '<nixpkgs/nixos>' -A system)
nix-env -p /nix/var/nix/profiles/system --set $system
$system/bin/switch-to-configuration switch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment