chore: Refactor tests

This commit is contained in:
sinavir 2024-07-17 18:32:23 +02:00
parent a97ead90c3
commit ba0ec05e2b
3 changed files with 15 additions and 3 deletions

1
tests/common/default.nix Normal file
View file

@ -0,0 +1 @@
{ imports = [ ./nix.nix ]; }

8
tests/common/nix.nix Normal file
View file

@ -0,0 +1,8 @@
{
nix.settings = {
extra-experimental-features = [
"nix-command"
"flakes"
];
};
}