diff options
| author | tv <tv@krebsco.de> | 2016-02-14 16:43:44 +0100 | 
|---|---|---|
| committer | tv <tv@krebsco.de> | 2016-02-14 16:43:44 +0100 | 
| commit | 5f00b6b93fa081bbd76e5ba67de183e2db83cc15 (patch) | |
| tree | 9ad43f3e2b90f7082146f8478bbf88810d92f803 /tv/1systems | |
| parent | 2339496ff012e511f4d709ed05a7e2fc12b9aef7 (diff) | |
RIP specialArgs.lib
Diffstat (limited to 'tv/1systems')
| -rw-r--r-- | tv/1systems/cd.nix | 2 | ||||
| -rw-r--r-- | tv/1systems/mkdir.nix | 2 | ||||
| -rw-r--r-- | tv/1systems/nomic.nix | 2 | ||||
| -rw-r--r-- | tv/1systems/rmdir.nix | 2 | ||||
| -rw-r--r-- | tv/1systems/wu.nix | 2 | ||||
| -rw-r--r-- | tv/1systems/xu.nix | 2 | 
6 files changed, 6 insertions, 6 deletions
diff --git a/tv/1systems/cd.nix b/tv/1systems/cd.nix index b96548d..3f804ba 100644 --- a/tv/1systems/cd.nix +++ b/tv/1systems/cd.nix @@ -1,6 +1,6 @@  { config, lib, pkgs, ... }: -with lib; +with config.krebs.lib;  {    krebs.build.host = config.krebs.hosts.cd; diff --git a/tv/1systems/mkdir.nix b/tv/1systems/mkdir.nix index 2010dcd..4b1fcde 100644 --- a/tv/1systems/mkdir.nix +++ b/tv/1systems/mkdir.nix @@ -1,6 +1,6 @@  { config, lib, pkgs, ... }: -with lib; +with config.krebs.lib;  let    # TODO merge with lass diff --git a/tv/1systems/nomic.nix b/tv/1systems/nomic.nix index 37ef204..610434f 100644 --- a/tv/1systems/nomic.nix +++ b/tv/1systems/nomic.nix @@ -1,6 +1,6 @@  { config, lib, pkgs, ... }: -with lib; +with config.krebs.lib;  {    krebs.build.host = config.krebs.hosts.nomic; diff --git a/tv/1systems/rmdir.nix b/tv/1systems/rmdir.nix index 4005b5e..942e55e 100644 --- a/tv/1systems/rmdir.nix +++ b/tv/1systems/rmdir.nix @@ -1,6 +1,6 @@  { config, lib, pkgs, ... }: -with lib; +with config.krebs.lib;  let    # TODO merge with lass diff --git a/tv/1systems/wu.nix b/tv/1systems/wu.nix index 0184ed9..4b97991 100644 --- a/tv/1systems/wu.nix +++ b/tv/1systems/wu.nix @@ -1,6 +1,6 @@  { config, lib, pkgs, ... }: -with lib; +with config.krebs.lib;  {    krebs.build.host = config.krebs.hosts.wu; diff --git a/tv/1systems/xu.nix b/tv/1systems/xu.nix index 2719d56..6d300f1 100644 --- a/tv/1systems/xu.nix +++ b/tv/1systems/xu.nix @@ -1,6 +1,6 @@  { config, lib, pkgs, ... }: -with lib; +with config.krebs.lib;  {    krebs.build.host = config.krebs.hosts.xu;  | 
