packages feed

nix-lang-0.1.0.0: test/fixtures/nixfmt/diff/strip_space/in.nix

/*
  a 
  b	
*/
# a 
# b	
{
  a = 1; 
  b = 2;	
}