My custom Nix repository
Go to file
Quentin e94fa51007
update nixuniverse
2023-03-16 12:31:38 +01:00
README.md Switch to overlay 2023-03-16 11:44:21 +01:00
default.nix Switch to overlay 2023-03-16 11:44:21 +01:00
kaniko.nix update nixuniverse 2023-03-16 12:31:38 +01:00
manifest-tool.nix Switch to overlay 2023-03-16 11:44:21 +01:00

README.md

nixuniverse

Quick start

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