diff options
author | Robert Hensing <robert@roberthensing.nl> | 2023-02-09 22:10:30 +0100 |
---|---|---|
committer | Robert Hensing <robert@roberthensing.nl> | 2023-02-22 03:30:47 +0100 |
commit | 904a107d16b69f28b9d61c677eb27b953d421a54 (patch) | |
tree | 7d43c137adb9844e8fb5e5ed433da2353a1b5652 /tests/local.mk | |
parent | 532c70f531a0b61eb0ad506497209e302b8250f3 (diff) |
flakes: Ensure that `self.outPath == ./.`
Users expect `self` to refer to the directory where the `flake.nix`
file resides.
Diffstat (limited to 'tests/local.mk')
-rw-r--r-- | tests/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/local.mk b/tests/local.mk index b3135fd4d..743dab35d 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -4,6 +4,7 @@ nix_tests = \ flakes/mercurial.sh \ flakes/circular.sh \ flakes/init.sh \ + flakes/inputs.sh \ flakes/follow-paths.sh \ flakes/bundle.sh \ flakes/check.sh \ |