summary refs log tree commit diff
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-03-22 11:36:27 +0000
committerGitHub <noreply@github.com>2018-03-22 11:36:27 +0000
commit115f1ca09be37c7b681ee114d3b6c7d0e530ffc8 (patch)
tree029a710565909339664cfeaf23979f861ce051fe
parentb9b08f8a093e8981121697fbdf61bfd714acd6cb (diff)
parentf68871764daf282c537297adf296aa204b023e25 (diff)
downloadnixlib-115f1ca09be37c7b681ee114d3b6c7d0e530ffc8.tar
nixlib-115f1ca09be37c7b681ee114d3b6c7d0e530ffc8.tar.gz
nixlib-115f1ca09be37c7b681ee114d3b6c7d0e530ffc8.tar.bz2
nixlib-115f1ca09be37c7b681ee114d3b6c7d0e530ffc8.tar.lz
nixlib-115f1ca09be37c7b681ee114d3b6c7d0e530ffc8.tar.xz
nixlib-115f1ca09be37c7b681ee114d3b6c7d0e530ffc8.tar.zst
nixlib-115f1ca09be37c7b681ee114d3b6c7d0e530ffc8.zip
Merge pull request #37616 from volth/mssys
treewide: replace deprecated alias s/mssys/ms-sys/g
-rw-r--r--nixos/modules/installer/cd-dvd/system-tarball-fuloong2f.nix2
-rw-r--r--nixos/modules/profiles/base.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/installer/cd-dvd/system-tarball-fuloong2f.nix b/nixos/modules/installer/cd-dvd/system-tarball-fuloong2f.nix
index ba84cd51098f..6d4ba96dba0c 100644
--- a/nixos/modules/installer/cd-dvd/system-tarball-fuloong2f.nix
+++ b/nixos/modules/installer/cd-dvd/system-tarball-fuloong2f.nix
@@ -54,7 +54,7 @@ in
   environment.systemPackages =
     [ pkgs.w3m # needed for the manual anyway
       pkgs.testdisk # useful for repairing boot problems
-      pkgs.mssys # for writing Microsoft boot sectors / MBRs
+      pkgs.ms-sys # for writing Microsoft boot sectors / MBRs
       pkgs.parted
       pkgs.ddrescue
       pkgs.ccrypt
diff --git a/nixos/modules/profiles/base.nix b/nixos/modules/profiles/base.nix
index 39b8553976eb..3bf06a951193 100644
--- a/nixos/modules/profiles/base.nix
+++ b/nixos/modules/profiles/base.nix
@@ -9,7 +9,7 @@
   environment.systemPackages = [
     pkgs.w3m-nox # needed for the manual anyway
     pkgs.testdisk # useful for repairing boot problems
-    pkgs.mssys # for writing Microsoft boot sectors / MBRs
+    pkgs.ms-sys # for writing Microsoft boot sectors / MBRs
     pkgs.efibootmgr
     pkgs.efivar
     pkgs.parted