From 2f1e2d67f412445682f882107b4979e103a536ae Mon Sep 17 00:00:00 2001 From: Abel Luck Date: Thu, 26 Feb 2026 09:26:36 +0100 Subject: [PATCH] Remove non existent follows --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 93bb0dd..4c0d820 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,6 @@ inputs = { nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.1"; # tracks nixpkgs unstable branch flake-parts.url = "github:hercules-ci/flake-parts"; - flake-parts.inputs.nixpkgs.follows = "nixpkgs"; }; outputs =