Clean up flake lockfile stuff

The `flake = false;` for `nix-eval-jobs` didn't fully take before.

Flake lock file updates:

• Removed input 'nix-eval-jobs/flake-parts'
• Removed input 'nix-eval-jobs/flake-parts/nixpkgs-lib'
• Removed input 'nix-eval-jobs/nix-github-actions'
• Removed input 'nix-eval-jobs/nixpkgs'
• Removed input 'nix-eval-jobs/treefmt-nix'
• Removed input 'nix-eval-jobs/treefmt-nix/nixpkgs'
This commit is contained in:
John Ericson
2025-02-13 20:21:06 -05:00
parent 0ed9a82912
commit 81d21979ef
2 changed files with 1 additions and 56 deletions

View File

@ -25,12 +25,6 @@
url = "github:nix-community/nix-eval-jobs";
# We want to control the deps precisely
flake = false;
# Hide nix-eval-jobs dev tooling from our lock file.
#
# TODO why is this needed with `flake = false`?
inputs.nixpkgs.follows = "nixpkgs";
inputs.nix-github-actions.follows = "";
};
outputs = { self, nixpkgs, nix, nix-eval-jobs, ... }: