From 52d42a1457a2b2854db961b113d2ff07f30f8625 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 16 Jul 2025 11:44:00 -0700 Subject: add docker helpers and clean up some dependencies --- nix/users/fcuny/dev.nix | 1 + nix/users/fcuny/work.nix | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'nix/users') diff --git a/nix/users/fcuny/dev.nix b/nix/users/fcuny/dev.nix index b5ea1ec..7fb8f93 100644 --- a/nix/users/fcuny/dev.nix +++ b/nix/users/fcuny/dev.nix @@ -11,6 +11,7 @@ delve dive # explore layers in docker images docker + docker-credential-helpers go-tools # collection of tools, https://github.com/dominikh/go-tools golangci-lint gopls 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 -- cgit v1.2.3