No matches.
Import-resolving Nix IR plugin
ssh://git@git.notashelf.dev:33/notashelf/nixir.git
# Test 'or' in attrset context
let
attrs = { a = 1; };
in {
test = attrs.a or 999;
}