Skip to content

Commit

Permalink
Clean up flake lockfile stuff
Browse files Browse the repository at this point in the history
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'
  • Loading branch information
Ericson2314 committed Feb 14, 2025
1 parent 0ed9a82 commit 81d2197
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 56 deletions.
51 changes: 1 addition & 50 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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, ... }:
Expand Down

0 comments on commit 81d2197

Please sign in to comment.