summaryrefslogtreecommitdiffstats
path: root/nixos/modules/profiles
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 /nixos/modules/profiles
parentc8f201df20c99e67afd0863d4a3f6c3ac26832d8 (diff)
treewide: replace depecated alias s/mssys/ms-sys/g
Diffstat (limited to 'nixos/modules/profiles')
-rw-r--r--nixos/modules/profiles/base.nix2
1 files changed, 1 insertions, 1 deletions
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