From ccfd0d16c134c7590a1b6d1dac9c4fe5118326a5 Mon Sep 17 00:00:00 2001 From: Bryton Hall Date: Thu, 6 Jul 2023 22:44:01 -0400 Subject: [PATCH] flake: remove non-existent nixpkgs input to flake-utils --- flake.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 6e865dc..c466e20 100644 --- a/flake.nix +++ b/flake.nix @@ -4,10 +4,7 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; treefmt.url = "github:numtide/treefmt-nix"; - flake-utils = { - url = "github:numtide/flake-utils"; - inputs.nixpkgs.follows = "nixpkgs"; - }; + flake-utils.url = "github:numtide/flake-utils"; flake-compat = { url = "github:edolstra/flake-compat"; flake = false;