Health checks for your Nix flakes
Go to file
2023-05-19 16:09:46 +02:00
src Make flake.lock path a positional arg rather than a flag 2023-05-19 16:09:46 +02:00
.envrc First commit; provide project basics 2023-05-19 15:36:19 +02:00
.gitignore Add Rust package build 2023-05-19 16:00:24 +02:00
Cargo.lock First commit; provide project basics 2023-05-19 15:36:19 +02:00
Cargo.toml First commit; provide project basics 2023-05-19 15:36:19 +02:00
flake.lock First commit; provide project basics 2023-05-19 15:36:19 +02:00
flake.nix Reformat flake.nix 2023-05-19 16:03:58 +02:00
README.md Add more README info 2023-05-19 16:02:42 +02:00
rust-toolchain.toml First commit; provide project basics 2023-05-19 15:36:19 +02:00

flake-checker

nix run . -- --path ./flake.lock

Currently performs two checks:

  • Checks that any explicit Nixpkgs Git refs are in this list:
    • nixos-22.11
    • nixos-22.11-small
    • nixos-unstable
    • nixos-unstable-small
    • nixpkgs-22.11-darwin
    • nixpkgs-unstable
  • Checks that any Nixpkgs dependencies are less than 30 days old