puppetfile 0.2.2

Puppetfile parser
1
2
3
4
5
6
7
8
9
10
11
with import <nixpkgs> {};

stdenv.mkDerivation {
  name = "rust-puppetfile";
  buildInputs = [
    rustMusl.cargo
    rustMusl.rustc
    openssl
    pkgconfig
  ];
}