brewery
notashelf /
feb247f64a93c65c93a80df2d9c810bc72c71386

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
}