My custom Nix repository
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.
Quentin e94fa51007
update nixuniverse
6 days ago
README.md Switch to overlay 7 days ago
default.nix Switch to overlay 7 days ago
kaniko.nix update nixuniverse 6 days ago
manifest-tool.nix Switch to overlay 7 days ago

README.md

nixuniverse

Quick start

nix-shell -E "with import <nixpkgs> { overlays = [ (import ./default.nix) ];}; mkShell { buildInputs = [ kaniko manifest-tool ]; }"