brewery
notashelf /
b319ef6f3f9fc1123b7cd9c1f5df414e163d674c

nixir

public

Import-resolving Nix IR plugin

Star0tarball
clone
ssh://git@git.notashelf.dev:33/notashelf/nixir.git
tests/benchmark/simple.nixNix13 lines134 B
1
let
2
  x = 10;
3
  y = 20;
4
  z = x + y;
5
in {
6
  result = z * 2;
7
  list = [1 2 3 4 5];
8
  attrs = {
9
    a = 1;
10
    b = 2;
11
    c = 3;
12
  };
13
}