aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/repl_characterization/data/repl_overlays.test
diff options
context:
space:
mode:
authorrebecca “wiggles” turner <rbt@sent.as>2024-04-09 05:29:48 +0000
committerGerrit Code Review <gerrit@lix>2024-04-09 05:29:48 +0000
commita95c62673b06813632b5cf487519fb535e47a2b3 (patch)
treeb1442451fd5d845809c29e325e5fa4c6d301ee1c /tests/functional/repl_characterization/data/repl_overlays.test
parentb0293f2de18f4b91d64cb18e969ddf886dc7def1 (diff)
parent727b43478cce8ebbd0f58530878d3af80a3ba233 (diff)
Merge "Add `repl-overlays`" into main
Diffstat (limited to 'tests/functional/repl_characterization/data/repl_overlays.test')
-rw-r--r--tests/functional/repl_characterization/data/repl_overlays.test5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/functional/repl_characterization/data/repl_overlays.test b/tests/functional/repl_characterization/data/repl_overlays.test
new file mode 100644
index 000000000..56f1392e1
--- /dev/null
+++ b/tests/functional/repl_characterization/data/repl_overlays.test
@@ -0,0 +1,5 @@
+Check basic `repl-overlays` functionality.
+@args --repl-overlays
+@args ${PWD}/extra_data/repl-overlay-packages-is-pkgs.nix
+ nix-repl> pkgs
+ { default = "my package"; }