about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/nixos-rebuild
AgeCommit message (Expand)AuthorFilesLines
2023-11-05Merge pull request #262684 from samueldr/feature/nixos-rebuild-completionsSamuel Dionne-Riel3-2/+170
2023-10-23nixos/tests: add nixos-rebuild-install-bootloaderThiago Kenji Okada1-0/+1
2023-10-22nixos-rebuild: fix --install-bootloader flag with systemd-runThiago Kenji Okada1-1/+7
2023-10-22nixos-rebuild: Locally own the nixos-rebuild completionSamuel Dionne-Riel2-0/+168
2023-10-22nixos-rebuild: Drop incorrectly implemented short args for build/target hostSamuel Dionne-Riel1-2/+2
2023-10-04nixos-rebuild: run activation inside systemd-runThiago Kenji Okada2-4/+42
2023-09-10nixos-rebuild: Add list-generationsMichael Lohmann3-3/+98
2023-08-12nixos-rebuild: Include manual page in the packageDoron Behar2-0/+459
2023-07-08nixos-rebuild: make --use-substitutes work with flakesIlan Joselevich1-8/+8
2023-05-13nixos-rebuild: allow passing --log-formatapfelkuchen061-1/+1
2023-01-23Merge pull request #210382 from B4dM4n/nixos-rebuild-localNick Cao1-4/+0
2023-01-15nixos: add --specialisation to nixos-rebuildPatryk Wychowaniec2-2/+27
2023-01-13nixos-rebuild: Allow local builds when --target-host is used againFabian Möller1-4/+0
2023-01-01nixos-rebuild: Treat any build/target host as non-localVictor Engmark1-7/+1
2022-07-29nixos-rebuild: always set flakeFlagsK9001-2/+1
2022-07-18nixos-rebuild: Don't create out-link in PWD with test/dry-activateMarco Rebhan1-1/+1
2022-06-23nixos-rebuild: Accept only one argumentKlemens Nanni1-0/+2
2022-03-25Merge pull request #153981 from Enzime/nixos-rebuild-flake-reexecSilvan Mosberger1-21/+34
2022-03-23nixos-rebuild: use log instead of echo, always print to stderrProfpatsch1-11/+16
2022-03-23Merge pull request #165302 from Profpatsch/nixos-rebuild-metaSandro1-0/+8
2022-03-22nixos-rebuild: add --no-flake switchMichal Sojka1-1/+5
2022-03-22nixos-rebuild: add meta & add Profpatsch as maintainerProfpatsch1-0/+8
2022-03-22nixos-rebuild: support --quiet, --print-build-logsMaëlys Bras de fer1-3/+3
2022-03-22nixos-rebuild: Reexec when using flakesMichael Hoang1-21/+34
2022-03-19nixos-rebuild: add installer test to passthru.testsProfpatsch1-0/+6
2022-03-19nixos-rebuild: Print commands as they are run on verbose flagProfpatsch1-30/+56
2022-02-11nixos-rebuild: Don't pass `--impure` to realization when building flake remot...Charlotte Van Petegem1-0/+2
2022-02-08nixos-rebuild: also forward the long version of -LK9001-1/+1
2022-01-04nixos-rebuild: remove jqThiago Kenji Okada1-2/+1
2022-01-04nixos-rebuild: do not resolve flake pathThiago Kenji Okada1-5/+0
2021-12-16Revert "nixos-rebuild: switch to tmpDir during rebuilds"Thiago Kenji Okada1-3/+1
2021-12-10nixos-rebuild: switch to tmpDir during rebuildsThiago Kenji Okada1-1/+3
2021-11-29Fix some nixos-rebuild lints (#147449)Victor Engmark1-14/+14
2021-11-17nixos-rebuild: fix --install-bootloaderAnund1-4/+6
2021-09-09Merge pull request #126544 from jonringer/nixos-rebuild-use-substitutesTimothy DeHerrera1-4/+8
2021-08-20Merge pull request #126614 from jonringer/nixos-rebuild-prefer-localhostSandro1-1/+1
2021-07-31nixos-rebuild: print run-*-vm location with bootloader (#130385)brprice1-1/+1
2021-07-28nixos-rebuild: Set inherit_errexitEelco Dolstra1-0/+1
2021-06-18nixos-rebuild: fix --use-remote-sudornhmjoj1-1/+1
2021-06-15nixos-rebuild: fix creating ./result symlink for flakesSamuel Gräfenstein1-1/+6
2021-06-11nixos-rebuild: add --use-substitutes optionJonathan Ringer1-4/+8
2021-06-11nixos-rebuild: fix extraBuildFlags usage with flakesJonathan Ringer1-1/+1
2021-06-11nixos-rebuild: remove unused variable: remotePATHJonathan Ringer1-2/+0
2021-06-11nixos-rebuild: prevent wordsplittingJonathan Ringer1-9/+9
2021-06-11nixos-rebuild: prevent masking return value with declarationJonathan Ringer1-2/+5
2021-06-11nixos-rebuild: remove repair, never usedJonathan Ringer1-5/+0
2021-06-11nixos-rebuild: default buildHost to localhostJonathan Ringer1-1/+1
2021-06-10nixos-rebuild: Pass flakes flags when doing local flakes buildChuck1-1/+1
2021-06-03nixos-rebuild --fast: Don't imply --show-traceEelco Dolstra1-1/+0
2021-05-16Merge pull request #122987 from alyssais/nixos-rebuild-aarch64Robert Hensing2-0/+3