Remove non existent follows

This commit is contained in:
Abel Luck 2026-02-26 09:26:36 +01:00
parent fa598953c5
commit 2f1e2d67f4

View file

@ -2,7 +2,6 @@
inputs = { inputs = {
nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.1"; # tracks nixpkgs unstable branch nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.1"; # tracks nixpkgs unstable branch
flake-parts.url = "github:hercules-ci/flake-parts"; flake-parts.url = "github:hercules-ci/flake-parts";
flake-parts.inputs.nixpkgs.follows = "nixpkgs";
}; };
outputs = outputs =