chore: Refactor tests
This commit is contained in:
parent
a97ead90c3
commit
ba0ec05e2b
3 changed files with 15 additions and 3 deletions
1
tests/common/default.nix
Normal file
1
tests/common/default.nix
Normal file
|
@ -0,0 +1 @@
|
|||
{ imports = [ ./nix.nix ]; }
|
8
tests/common/nix.nix
Normal file
8
tests/common/nix.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
nix.settings = {
|
||||
extra-experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
};
|
||||
}
|
Reference in a new issue