My custom Nix repository
Find a file
2023-03-16 11:44:21 +01:00
default.nix Switch to overlay 2023-03-16 11:44:21 +01:00
kaniko.nix Switch to overlay 2023-03-16 11:44:21 +01:00
manifest-tool.nix Switch to overlay 2023-03-16 11:44:21 +01:00
README.md Switch to overlay 2023-03-16 11:44:21 +01:00

nixuniverse

Quick start

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