diff options
author | tv <tv@krebsco.de> | 2018-06-19 21:23:35 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-06-19 23:56:22 +0200 |
commit | d2d88115572b1b6dfb2e430a238fb2480fbb2fcd (patch) | |
tree | 2397a408e23d4c9ac5140782d730082edf39fb79 /nin/source.nix | |
parent | b74ea0ee6a44a4c3e2f8f42bd119c75758168ad6 (diff) |
nix-writers: init submodule
Diffstat (limited to 'nin/source.nix')
-rw-r--r-- | nin/source.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nin/source.nix b/nin/source.nix index ae13c55..a4bf0a9 100644 --- a/nin/source.nix +++ b/nin/source.nix @@ -7,6 +7,7 @@ host@{ name, secure ? false }: let pkgs = import <nixpkgs> { overlays = map import [ <stockholm/krebs/5pkgs> + <stockholm/submodules/nix-writers/pkgs> ]; }; in |