From df13d70b9ee70521ed91570d62086812468254cb Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Thu, 17 Apr 2025 10:58:20 -0400 Subject: [PATCH] flake --- flake.lock | 6 +++--- hosts/media-server/configuration.nix | 4 ---- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index fea9a3d..28beefa 100644 --- a/flake.lock +++ b/flake.lock @@ -362,11 +362,11 @@ ] }, "locked": { - "lastModified": 1744833442, - "narHash": "sha256-BBMWW2m64Grcc5FlXz74+vdkUyCJOfUGnl+VcS/4x44=", + "lastModified": 1744900287, + "narHash": "sha256-LkXy5EzlTplW5LwPsAL4y1mKASY0GjHHZNNBPUAI3D8=", "owner": "nix-community", "repo": "home-manager", - "rev": "c6b75d69b6994ba68ec281bd36faebcc56097800", + "rev": "c3c91dd8b4974ce221748b997e644c4838e3ebbc", "type": "github" }, "original": { diff --git a/hosts/media-server/configuration.nix b/hosts/media-server/configuration.nix index 12edab5..f55c88a 100644 --- a/hosts/media-server/configuration.nix +++ b/hosts/media-server/configuration.nix @@ -32,10 +32,6 @@ ]; }; - registry = { - emenel-templates.flake = inputs.emenel-templates; - }; - channel.enable = false; # remove nix-channel related tools & configs, we use flakes instead. };