No matches.
Import-resolving Nix IR plugin
ssh://git@git.notashelf.dev:33/notashelf/nixir.git
# Test arithmetic operators
let
x = 10;
y = 5;
in
(x + y) * 2