mirror of
https://git.sr.ht/~anthonycicc/advent_of_code_2023
synced 2025-04-10 20:14:28 -04:00
5 lines
143 B
YAML
5 lines
143 B
YAML
image: nixos/unstable
|
|
tasks:
|
|
- test: |
|
|
cd advent_of_code_2023
|
|
nix --extra-experimental-features 'nix-command flakes' flake check
|