summaryrefslogtreecommitdiffstats
path: root/tests/fixtures/lockless_self/default.nix
blob: 903f8845740db8397924bb70c97516187ad48f45 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  flake-compat ? ../../../default.nix,
  # Required to be duplicated since --arg autocall is HAUNTED
  # See: https://git.lix.systems/lix-project/lix/issues/263
  copySourceTreeToStore ? true,
  useBuiltinsFetchTree ? false,
}:
(import flake-compat {
  src = ./.;
  inherit copySourceTreeToStore useBuiltinsFetchTree;
}).defaultNix