nixir/tests/integration/simple_eval.nix
NotAShelf 85a865af47
tests: initial integration tests
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I09ed2eea568edfaecdb800197bc36c416a6a6964
2026-04-24 23:13:05 +03:00

6 lines
78 B
Nix

# Simple expression to test plugin loading
let
x = 10;
y = 20;
in
x + y