mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos/switch-to-configuration: add a note for future modifications
Any future behavioral modifications to switch-to-configuration should also be made to switch-to-configuration-ng. Leave a note at the top of the script to ensure people don't forget.
This commit is contained in:
parent
317c95620a
commit
0144b6a270
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
|||
#! @perl@/bin/perl
|
||||
|
||||
# NOTE: This script has an alternative implementation at
|
||||
# <nixpkgs/pkgs/by-name/sw/switch-to-configuration-ng>. Any behavioral
|
||||
# modifications to this script should also be made to that implementation.
|
||||
|
||||
|
||||
# Issue #166838 uncovered a situation in which a configuration not suitable
|
||||
# for the target architecture caused a cryptic error message instead of
|
||||
# a clean failure. Due to this mismatch, the perl interpreter in the shebang
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue