diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-07-16 11:44:00 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-07-17 07:36:30 -0700 |
| commit | 52d42a1457a2b2854db961b113d2ff07f30f8625 (patch) | |
| tree | 203da1b1f5ce514b5d0748dc8f098a2d4a44d70b /nix/users/fcuny/work.nix | |
| parent | configure the nixbld GID in the host configuration directly (diff) | |
| download | infra-52d42a1457a2b2854db961b113d2ff07f30f8625.tar.gz | |
add docker helpers and clean up some dependencies
Diffstat (limited to '')
| -rw-r--r-- | nix/users/fcuny/work.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nix/users/fcuny/work.nix b/nix/users/fcuny/work.nix index 7af274e..f502b6a 100644 --- a/nix/users/fcuny/work.nix +++ b/nix/users/fcuny/work.nix @@ -1,7 +1,6 @@ { pkgs, ... }: let nomad-prod = pkgs.writeShellScriptBin "nomad-prod" '' - #!${pkgs.runtimeShell} set -e if [ $# -ne 1 ]; then @@ -30,7 +29,6 @@ in boundary # for secure remote access customPackages.hashi customPackages.sapi - nomad-pack nomad-prod tfswitch vault |
