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

9 lines
112 B
Nix

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