From 6bcd6edea39d76099bcb7ceefea5d081e338afba Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Fri, 14 Apr 2023 19:01:44 +0200 Subject: [PATCH] Remove unused override --- flake.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index b268494a..12d2879a 100644 --- a/flake.nix +++ b/flake.nix @@ -49,10 +49,7 @@ flake-utils.url = "github:numtide/flake-utils"; home-manager = { url = "github:nix-community/home-manager"; - inputs = { - nixpkgs.follows = "nixpkgs"; - utils.follows = "flake-utils"; - }; + inputs.nixpkgs.follows = "nixpkgs"; }; nixos-mailserver = { url = "gitlab:simple-nixos-mailserver/nixos-mailserver";