diff options
author | makefu <github@syntax-fehler.de> | 2018-11-20 21:45:19 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-11-20 21:45:19 +0100 |
commit | c4bdac09dffc9830066f5662b1e741aa3d0de5a7 (patch) | |
tree | f643d07044abbe35a677b75719b7e66f3652b4b1 /ci.nix | |
parent | 9f9661f452abdad266da9e4f32ac988779115fce (diff) | |
parent | 02b58a888426414c144f0e833bbb529fa0f53ec5 (diff) |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'ci.nix')
-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) ]; }; |