diff options
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 +  ]; +} | 
