• Operand
  • some 1 had 2.

gram:build

> ./nixos/.build/nixos/session/sip.nix

Lenses
(coming soon!)


base: basic: ''
layout {
  cwd "~/base/code/${base}"
    ${basic.nix}
  ${basic.upper}

  ${basic.column ''

    ${basic.banner ''
      nix { args "develop" "--command" "mix" "deps.get"; }
      nix { args "develop" "--command" "mix" "help" { start_suspended false; }; }
      nix { args "develop" "--command" "mix" "run"; }
      nix { args "develop" "--command" "iex" "-S" "mix" "run"; }
    ''}


    ${basic.banner ''
      ${basic.change}
      pane borderless=true command="nix" { args "develop" }
    ''}

  ''}

  ${basic.under}
}
'';