let
createUser = rec {
user = {
name = "Samad Olaibi";
role = "Software Engineer";
languages = [ "Yoruba" "English" ];
programmingLanguages = [ "Java" "go" "Python" "Typescript" ];
infrastructure = [ "Nix" "Ansible" "Docker" "Terraform" "Kubernetes" "n8n" ];
};
userInfo = ''
Name: ${user.name}
Role: ${user.role}
Spoken Languages: ${builtins.concatStringsSep ", " user.languages}
Programming Languages: ${builtins.concatStringsSep ", " user.programmingLanguages}
Infrastructure: ${builtins.concatStringsSep ", " user.infrastructure}
'';
};
in
builtins.trace createUser.userInfo createUser
🌥️
Growing...
It works on my machine
-
Brunel London University
- Reading
-
21:29
(UTC +01:00) - blog.thein3rovert.dev
- in/samadolaibi
- https://glance.thein3rovert.dev
Highlights
- Pro
Pinned Loading
-
nixos-config
nixos-config Public2-Years | Hybrid cloud infrastructure with NixOS, Ansible and Terraform automation.
Nix 1
-
-
-
nixified-gruvbox-factory
nixified-gruvbox-factory PublicA Nix package for Gruvbox Factory, a CLI tool that converts images to use the Gruvbox color palette.
Nix 1
-
secret-vault
secret-vault PublicSecret Vault: for the Nix user who has everything, including a healthy fear of accidentally pushing secrets to GitHub. Store your shame, your passwords, and your broken Nix expressions in style. No…
Nix
-
playbooks
playbooks PublicMy ansible automation Playbook for Homelab and Kubernetes Management
Just
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


