Skip to content

Commit

Permalink
Update flake.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoriguchi committed Dec 14, 2023
1 parent f62c0b1 commit 5365396
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 29 deletions.
3 changes: 2 additions & 1 deletion checks/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{ pkgs }: {
adguardhome = pkgs.callPackage ./adguardhome.nix { };
home-assistant = pkgs.callPackage ./home-assistant.nix { };
# TODO uncomment when https://github.com/project-chip/connectedhomeip/issues/25688 fixed
# home-assistant = pkgs.callPackage ./home-assistant.nix { };
resilio = pkgs.callPackage ./resilio.nix { };
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ let
in {
imports = getImports ./.;

# TODO remove when https://github.com/project-chip/connectedhomeip/issues/25688 fixed
nixpkgs.config.permittedInsecurePackages = [ "openssl-1.1.1w" ];

services.home-assistant = {
enable = true;

Expand Down
36 changes: 18 additions & 18 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions overlays/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,6 @@
sha256 = "sha256-z+1bm/Qs3WQTlz50ZD0L5GxxhFQJnYqotfHFF2EXtag=";
}
}/pkgs/servers/tautulli") { };

# TODO remove when merged https://nixpk.gs/pr-tracker.html?pr=273019
plexRaw = super.python3Packages.callPackage (import "${
super.fetchFromGitHub {
owner = "NixOS";
repo = "nixpkgs";
rev = "1392efba795617a3e1d6b34abea71f33fd762ade";
sha256 = "sha256-CNf/tJ5OO37sevha7xpMJVeI+iG7Ww7kwis9en0xkos=";
}
}/pkgs/servers/plex/raw.nix") { };
})
(_: super: {
discord = super.callPackage ./discord.nix { inherit (super) discord; };
Expand Down

0 comments on commit 5365396

Please sign in to comment.