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 /nixos.nix | |
parent | dc22a56185f9e2f9d955a3b314d191ea4f0e3dd1 (diff) |
Move ibb module
Diffstat (limited to 'nixos.nix')
-rw-r--r-- | nixos.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ import "${nixpkgs}/nixos" { ./configuration.nix # our modules - ./ibb/module.nix + ./modules/ibb.nix # third party (builtins.fetchTarball { |