brewery
notashelf /
56f15d749edc0a1db07b6438d031d82c65a20f46

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
}