flake.nix: Unfollow nixpkgs in flake-parts

This may speed up autocompletion since the default lib is a small
path.

(It shouldn't matter, but Nix isn't as lazy as it will be yet, so
here we go.)

(cherry picked from commit 90709ff3c690275dfb6b8fce50cb0282a52e1971)
This commit is contained in:
Robert Hensing 2024-08-23 21:12:56 +02:00
parent 1ed50f009a
commit cf6bedde14
2 changed files with 13 additions and 4 deletions

View file

@ -3,7 +3,6 @@
inputs = {
flake-parts.url = "github:hercules-ci/flake-parts";
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
nix.url = "github:NixOS/nix";
nix.inputs.nixpkgs.follows = "nixpkgs";
nix-cargo-integration.url = "github:yusdacra/nix-cargo-integration";