I will never understand nix develop
Some checks failed
ci/woodpecker/pr/build Pipeline failed
ci/woodpecker/pr/all-checks-complete unknown status

This commit is contained in:
Smaug123
2023-08-04 21:57:08 +01:00
parent af6f785fe9
commit 8984bea60a

View File

@@ -4,7 +4,7 @@ steps:
commands: commands:
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf - echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
# Lint # Lint
- "nix develop --command bash -- -c 'dotnet tool restore && ./hooks/pre-push'" - "nix develop --command bash -c 'dotnet tool restore && ./hooks/pre-push'"
# Test # Test
- nix develop --command dotnet -- test - nix develop --command dotnet -- test
- nix develop --command dotnet -- test --configuration Release - nix develop --command dotnet -- test --configuration Release