about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2019-09-12 16:46:01 +0200
committerGitHub <noreply@github.com>2019-09-12 16:46:01 +0200
commit6ea6c9d9f2e1721e4f5d801da0cc1556d9a449d7 (patch)
treef234a09e9a047a66043e0625f5633aebd1c79dea /pkgs
parent8490d53463a9f2ba4ab6c939d32adb97a0dfda08 (diff)
parent04c1fcd09caa70f47c240437f2af5fd5a9028e03 (diff)
downloadnixlib-6ea6c9d9f2e1721e4f5d801da0cc1556d9a449d7.tar
nixlib-6ea6c9d9f2e1721e4f5d801da0cc1556d9a449d7.tar.gz
nixlib-6ea6c9d9f2e1721e4f5d801da0cc1556d9a449d7.tar.bz2
nixlib-6ea6c9d9f2e1721e4f5d801da0cc1556d9a449d7.tar.lz
nixlib-6ea6c9d9f2e1721e4f5d801da0cc1556d9a449d7.tar.xz
nixlib-6ea6c9d9f2e1721e4f5d801da0cc1556d9a449d7.tar.zst
nixlib-6ea6c9d9f2e1721e4f5d801da0cc1556d9a449d7.zip
Merge pull request #68481 from delroth/home-assistant-pyyaml
home-assistant: remove outdated pyyaml_3 pinning
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/servers/home-assistant/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix
index 43633b07818f..30e4b99ccbcf 100644
--- a/pkgs/servers/home-assistant/default.nix
+++ b/pkgs/servers/home-assistant/default.nix
@@ -65,10 +65,6 @@ let
       };
     })
 
-    (self: super: {
-      pyyaml = super.pyyaml_3;
-    })
-
     # hass-frontend does not exist in python3.pkgs
     (self: super: {
       hass-frontend = self.callPackage ./frontend.nix { };