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:
@ -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, ... }:
|
||||
|
Reference in New Issue
Block a user