1
0
Fork 0
nixpl/example.nix

6 lines
39 B
Nix
Raw Permalink Normal View History

let
foo = "bar";
in {
baz = foo;
}