docker-nixpkgs/shell.nix
2019-01-19 15:13:30 +01:00

8 lines
112 B
Nix

{ channel ? "nixos-unstable" }@args:
with import ./. args;
mkShell {
buildInputs = [
jq
skopeo
];
}