summary refs log tree commit diff
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2018-03-22 10:13:21 +0000
committervolth <volth@volth.com>2018-03-22 10:13:21 +0000
commitf68871764daf282c537297adf296aa204b023e25 (patch)
treee67eaa898905c59172cbe2754700ae6f1cf96f0f
parentc8f201df20c99e67afd0863d4a3f6c3ac26832d8 (diff)
downloadnixpkgs-f68871764daf282c537297adf296aa204b023e25.tar
nixpkgs-f68871764daf282c537297adf296aa204b023e25.tar.gz
nixpkgs-f68871764daf282c537297adf296aa204b023e25.tar.bz2
nixpkgs-f68871764daf282c537297adf296aa204b023e25.tar.lz
nixpkgs-f68871764daf282c537297adf296aa204b023e25.tar.xz
nixpkgs-f68871764daf282c537297adf296aa204b023e25.tar.zst
nixpkgs-f68871764daf282c537297adf296aa204b023e25.zip
treewide: replace depecated 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 ba84cd51098..6d4ba96dba0 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 39b8553976e..3bf06a95119 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