Skip to content

Commit

Permalink
Merge pull request #1442 from NixOS/clean-up-flake-lockfile
Browse files Browse the repository at this point in the history
Clean up flake lockfile stuff
  • Loading branch information
Ericson2314 authored Feb 14, 2025
2 parents 0ed9a82 + 81d2197 commit ea09952
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 ea09952

Please sign in to comment.