diff options
author | makefu <github@syntax-fehler.de> | 2017-05-12 11:29:46 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-05-12 11:29:46 +0200 |
commit | 1ec9f84c651e048705b0201c3dcc9547f63611d0 (patch) | |
tree | ea6e388f22bf9a8e9bac70b9ea970f52abe8f060 /makefu/1systems/tsp.nix | |
parent | d92281cf4dc8244076a9826f1586d287db5be9ef (diff) |
m 2: mv base-gui gui/base
Diffstat (limited to 'makefu/1systems/tsp.nix')
-rw-r--r-- | makefu/1systems/tsp.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/1systems/tsp.nix b/makefu/1systems/tsp.nix index 9809abf4c..25fc2b49b 100644 --- a/makefu/1systems/tsp.nix +++ b/makefu/1systems/tsp.nix @@ -7,7 +7,7 @@ imports = [ # Include the results of the hardware scan. ../. - ../2configs/base-gui.nix + ../2configs/gui/base.nix ../2configs/fs/sda-crypto-root.nix # hardware specifics are in here ../2configs/hw/tp-x200.nix #< imports tp-x2x0.nix |