diff options
author | Ben Sima <ben@bsima.me> | 2019-02-17 14:02:06 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-02-17 14:12:13 -0800 |
commit | 563bf764f0e6705ec0f5b6daf82585b8041e8056 (patch) | |
tree | 36da080306ca7281e41abc7bd48e6d0cb981898e | |
parent | dc22a56185f9e2f9d955a3b314d191ea4f0e3dd1 (diff) |
Move ibb module
-rw-r--r-- | modules/ibb.nix (renamed from ibb/module.nix) | 0 | ||||
-rw-r--r-- | nixos.nix | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/ibb/module.nix b/modules/ibb.nix index e2d4dd0..e2d4dd0 100644 --- a/ibb/module.nix +++ b/modules/ibb.nix @@ -14,7 +14,7 @@ import "${nixpkgs}/nixos" { ./configuration.nix # our modules - ./ibb/module.nix + ./modules/ibb.nix # third party (builtins.fetchTarball { |