From ea2cdf687fbbb22edb257f1f473c2fe328d7e396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Fri, 16 Aug 2024 14:32:57 +0200 Subject: [PATCH] chore: remove nonexistent input of flake-parts --- nixos/nixvim/flake.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nixos/nixvim/flake.nix b/nixos/nixvim/flake.nix index 0a39284..65d2e2a 100644 --- a/nixos/nixvim/flake.nix +++ b/nixos/nixvim/flake.nix @@ -7,10 +7,7 @@ url = "github:nix-community/nixvim"; inputs.nixpkgs.follows = "nixpkgs"; }; - flake-parts = { - url = "github:hercules-ci/flake-parts"; - inputs.nixpkgs.follows = "nixpkgs"; - }; + flake-parts.url = "github:hercules-ci/flake-parts"; }; outputs =