Skip to content

Update outdated.yml

Update outdated.yml #4

Workflow file for this run

# - name: Nix Flake Checker
# You may pin to the exact commit or the version.
# uses: DeterminateSystems/flake-checker-action@078f5f7f47ee188aa6cb472527ca5984e195222d
uses: DeterminateSystems/flake-checker-action@v9
refs: `nixos-22.11`, `nixos-22.11-small`, `nixos-23.05`, `nixos-23.05-small`, `nixos-unstable`,`nixos-unstable-small`, `nixpkgs-22.11-darwin`, `nixpkgs-23.05-darwin`, `nixpkgs-unstable`.
check-supported: true # optional, default is true
# Whether to ignore a missing `flake.lock` file, where the path to the file is the value of
#`flake-lock-path` parameter. If set to `false` (the default is `true`), the Action throws
#an error and the job fails if the lockfile is missing.
ignore-missing-flake-lock: true # optional, default is true
#`nixpkgs` but you can specify multiple names as a comma-separated list, such as
#`nixpkgs,nixpkgs-macos,nixpkgs-unstable`.
send-statistics: true # optional, default is true
# Run a version of flake-checker from somewhere already on disk. Intended only for testing the Action.