summary refs log tree commit diff
path: root/nixos/README.md
diff options
context:
space:
mode:
authorSilvan Mosberger <silvan.mosberger@tweag.io>2023-08-14 19:03:56 +0200
committerSilvan Mosberger <silvan.mosberger@tweag.io>2023-08-14 19:50:02 +0200
commitde5a39f5e7d8ed4d9914e6e41de0834351ad3142 (patch)
tree4d664147e648e9bd517bc5342d7d44b05d3f5c1b /nixos/README.md
parent2ce1e0b2cc287799138439d04dee78af425b5c01 (diff)
downloadnixpkgs-de5a39f5e7d8ed4d9914e6e41de0834351ad3142.tar
nixpkgs-de5a39f5e7d8ed4d9914e6e41de0834351ad3142.tar.gz
nixpkgs-de5a39f5e7d8ed4d9914e6e41de0834351ad3142.tar.bz2
nixpkgs-de5a39f5e7d8ed4d9914e6e41de0834351ad3142.tar.lz
nixpkgs-de5a39f5e7d8ed4d9914e6e41de0834351ad3142.tar.xz
nixpkgs-de5a39f5e7d8ed4d9914e6e41de0834351ad3142.tar.zst
nixpkgs-de5a39f5e7d8ed4d9914e6e41de0834351ad3142.zip
CONTRIBUTING.md: Move boot loader-specific sentence to pkgs/README.md
This needs a rewrite at some point..
Diffstat (limited to 'nixos/README.md')
-rw-r--r--nixos/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/README.md b/nixos/README.md
index 7f66a132fb9..b3cd9d234fa 100644
--- a/nixos/README.md
+++ b/nixos/README.md
@@ -10,6 +10,8 @@ You can add new module to your NixOS configuration file (usually it’s `/etc/ni
 
 ## Reviewing contributions
 
+When changing the bootloader installation process, extra care must be taken. Grub installations cannot be rolled back, hence changes may break people’s installations forever. For any non-trivial change to the bootloader please file a PR asking for review, especially from \@edolstra.
+
 ### Module updates
 
 Module updates are submissions changing modules in some ways. These often contains changes to the options or introduce new options.