about summary refs log tree commit diff
path: root/modules/user/aszlig/profiles/base.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2017-07-31 17:05:46 +0200
committeraszlig <aszlig@redmoonstudios.org>2017-07-31 17:09:27 +0200
commit2d6ad73f1c0916a98314547435fc7f2b94ff890e (patch)
tree3720d864d98bbed0fe365812935dbb1a6033112b /modules/user/aszlig/profiles/base.nix
parent958790b76bdf079e336fff2722520a08133448d9 (diff)
profiles: Remove IPv6 patch for systemd v233
This reverts commit 224a63100f6233fda762c72818cad57173411802 and
85f3d5340e53e2624f65248740ed04cb1f5e94e9.

Since the last staging merge done in commit
NixOS/nixpkgs@740d76371e6c1c76bae4801fc5b736a796c1ebbe we have systemd
version 234, which already has the change this patch has addressed.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules/user/aszlig/profiles/base.nix')
-rw-r--r--modules/user/aszlig/profiles/base.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/user/aszlig/profiles/base.nix b/modules/user/aszlig/profiles/base.nix
index e1f3e05a..c6123e7d 100644
--- a/modules/user/aszlig/profiles/base.nix
+++ b/modules/user/aszlig/profiles/base.nix
@@ -80,14 +80,6 @@ in {
         checksumType = "mhash";
       };
       nix = super.nixUnstable;
-      # https://github.com/NixOS/systemd/pull/12
-      systemd = super.systemd.overrideDerivation (drv: {
-        patches = (drv.patches or []) ++ lib.singleton (pkgs.fetchpatch {
-          url = "https://github.com/NixOS/systemd/commit/"
-              + "6554550f35a7976f9110aff94743d3576d5f02dd.patch";
-          sha256 = "07l6wx0pb7pvjx8n9j0rwv5n260crbrfg5rh56l5nfan6biv81cl";
-        });
-      }) // { inherit (super.systemd) udev; };
       uqm = super.uqm.override {
         use3DOVideos = true;
         useRemixPacks = true;