summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorArian van Putten <aeroboy94@gmail.com>2019-05-13 14:35:02 +0200
committerFlorian Klink <flokli@flokli.de>2020-08-05 00:48:27 +0200
commit29941db6bd333964145921a92c045c74b8bf4cb8 (patch)
tree1d151ee9b5c0caf39e6d583d3ce23a4793f0445d /pkgs/top-level/aliases.nix
parent0a41d69968cc6fe19493ec9f06c166066bcfcd45 (diff)
downloadnixpkgs-29941db6bd333964145921a92c045c74b8bf4cb8.tar
nixpkgs-29941db6bd333964145921a92c045c74b8bf4cb8.tar.gz
nixpkgs-29941db6bd333964145921a92c045c74b8bf4cb8.tar.bz2
nixpkgs-29941db6bd333964145921a92c045c74b8bf4cb8.tar.lz
nixpkgs-29941db6bd333964145921a92c045c74b8bf4cb8.tar.xz
nixpkgs-29941db6bd333964145921a92c045c74b8bf4cb8.tar.zst
nixpkgs-29941db6bd333964145921a92c045c74b8bf4cb8.zip
systemd-cryptsetup-generator: remove
This package previously did override the systemd package, and instructed
ninja, systemd's previous build system, to only build the
cryptsetup-specific systemd generators (plus some manual rpath
massaging, as ninja install wasn't used).

Afterwards, users were expected to add this package to their
`systemd.generator-packages` (or since
https://github.com/NixOS/nixpkgs/pull/65376/files `systemd.packages`)
NixOS module options, so systemd will use these generators.

As the previous commit added cryptsetup support directly to the systemd
package (and pkgs.systemd now already ships the cryptsetup generators),
we don't need another package shipping the same generators.
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index 5bc4021ea08..8737435654a 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -546,6 +546,7 @@ mapAliases ({
   surf-webkit2 = surf; # added 2017-04-02
   sup = throw "deprecated in 2019-09-10: abandoned by upstream";
   system_config_printer = system-config-printer;  # added 2016-01-03
+  systemd-cryptsetup-generator = throw "systemd-cryptsetup-generator is now included in the systemd package"; # added 2020-07-12
   systemd_with_lvm2 = throw "obsolete, enabled by default via the lvm module"; # added 2020-07-12
   systool = sysfsutils; # added 2018-04-25
   tahoelafs = tahoe-lafs; # added 2018-03-26