You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 days ago | |
---|---|---|
README.md | 7 days ago | |
default.nix | 7 days ago | |
kaniko.nix | 6 days ago | |
manifest-tool.nix | 7 days ago |
README.md
nixuniverse
Quick start
nix-shell -E "with import <nixpkgs> { overlays = [ (import ./default.nix) ];}; mkShell { buildInputs = [ kaniko manifest-tool ]; }"