diff options
author | tv <tv@krebsco.de> | 2018-11-13 21:30:04 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-11-13 21:30:04 +0100 |
commit | 78cbcb1e95d5af310dac922f13beab341f658e5e (patch) | |
tree | 7e81a36cef038f783d56b21e33a998cbadfa7700 | |
parent | 8f6dc4a1316ff6812a248923a974e044576583fe (diff) |
ci.nix: fix usage
-rw-r--r-- | ci.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# usage: nix-instantiate --eval --strict --json ./ci.nix +# usage: nix-instantiate --eval --json --read-write-mode --strict ci.nix | jq . with import ./lib; let pkgs = import <nixpkgs> { overlays = [ (import ./submodules/nix-writers/pkgs) ]; }; |