flake-checker/README.md

17 lines
363 B
Markdown
Raw Normal View History

2023-05-19 17:01:20 +03:00
# flake-checker
```shell
nix run . -- --path ./flake.lock
2023-05-19 17:02:42 +03:00
```
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