diff options
author | tv <tv@shackspace.de> | 2015-07-28 20:40:25 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-07-28 20:40:25 +0200 |
commit | 8170b281964688b542fb151054c5d86d819008b3 (patch) | |
tree | a37b713c7662dbaef73508bca889c83c7dc5a620 /default.nix | |
parent | a7ff77b6c147be71d60bda7e73c65286ecfb7c83 (diff) |
tv: reintroduce directory numbers
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/default.nix b/default.nix index b7468dbe7..322566f6a 100644 --- a/default.nix +++ b/default.nix @@ -9,8 +9,8 @@ let inherit lib; system = builtins.currentSystem; modules = map (p: ./. + "/${p}") [ - "${user-name}/systems/${system-name}.nix" - "${user-name}/modules" + "${user-name}/1systems/${system-name}.nix" + "${user-name}/3modules" "3modules/krebs" ]; }; |