diff options
author | nin <nineinchnade@gmail.com> | 2017-01-12 22:21:21 +0100 |
---|---|---|
committer | nin <nineinchnade@gmail.com> | 2017-01-12 22:21:21 +0100 |
commit | 270f385c72beea35d797d807c28a08811ebb614b (patch) | |
tree | 2a029db98a4d26cb2316dac162aef999f3fc61ed /nin/default.nix | |
parent | 8616bb393f7c994c78af50f10058434610157e57 (diff) |
nin: init
Diffstat (limited to 'nin/default.nix')
-rw-r--r-- | nin/default.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nin/default.nix b/nin/default.nix new file mode 100644 index 000000000..c31d6d949 --- /dev/null +++ b/nin/default.nix @@ -0,0 +1,7 @@ +_: +{ + imports = [ + ../krebs + ./2configs + ]; +} |