From 77a1b10453ecc53c167099076906be81666e9c6d Mon Sep 17 00:00:00 2001 From: Lyle Mantooth Date: Thu, 8 Dec 2022 08:18:53 -0500 Subject: [PATCH] flake-utils doesn't use nixpkgs as input. --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1369cf6..157959d 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,6 @@ inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-22.05"; inputs.flake-utils.url = "github:numtide/flake-utils"; - inputs.flake-utils.inputs.nixpkgs.follows = "nixpkgs"; inputs.hermit-zola = { url = "github:VersBinarii/hermit_zola"; flake = false; }; outputs = { self, nixpkgs, flake-utils, hermit-zola }: