diff options
| author | Franck Cuny <fcuny@roblox.com> | 2025-07-28 08:13:02 -0700 |
|---|---|---|
| committer | Franck Cuny <fcuny@roblox.com> | 2025-07-28 08:13:18 -0700 |
| commit | 4c95e717cf5324ca92eaca0c29a15caf29433dda (patch) | |
| tree | 90e8cc9499eacbe9e295eb280831fb4dd6bdd17b /users/profiles/k8s.nix | |
| parent | enable tmux (diff) | |
| download | infra-4c95e717cf5324ca92eaca0c29a15caf29433dda.tar.gz | |
correct syntax for imports
Diffstat (limited to 'users/profiles/k8s.nix')
| -rw-r--r-- | users/profiles/k8s.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/profiles/k8s.nix b/users/profiles/k8s.nix index dd3d88b..3ef4152 100644 --- a/users/profiles/k8s.nix +++ b/users/profiles/k8s.nix @@ -1,7 +1,7 @@ { self, pkgs, ... }: { - import = [ + imports = [ "${self}/users/programs/k9s.nix" "${self}/users/programs/kubie.nix" ]; |
