From 4b3069cea62fae1ab5addfd39903fd0589fc6244 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Wed, 21 Jun 2023 11:10:41 -0500 Subject: [PATCH] Use current instead of inputs --- hosts/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/default.nix b/hosts/default.nix index 9ce016d..07e6c5d 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -10,7 +10,7 @@ let }: let nixpkgs = channel; - in inputs.nixpkgs.lib.nixosSystem { + in nixpkgs.lib.nixosSystem { inherit system; modules = [ { nixpkgs.overlays = overlays; }