This repository has been archived on 2025-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
binary-cache/tests/common/nix.nix
2024-07-17 18:32:58 +02:00

8 lines
106 B
Nix

{
nix.settings = {
extra-experimental-features = [
"nix-command"
"flakes"
];
};
}