From 0c71fc9d1d49daa914c0f56f4f9201d40415d9b4 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Tue, 18 Aug 2020 12:00:17 +0100 Subject: Drop support for dir-locals.nix, , etc. In the spirit of Marie Kondo, I'm tidying up! TL;DR: - Prefer .envrc `use_nix` and delete all dir-locals.nix files - Remove ~all references to , , and prefer referencing each with briefcase.third_party.{pkgs,unstable,depot} - Delete nixBufferFromShell function since I was only using that in dir-locals.nix files --- playbooks/nix_gcr/cloud_run.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'playbooks/nix_gcr/cloud_run.nix') diff --git a/playbooks/nix_gcr/cloud_run.nix b/playbooks/nix_gcr/cloud_run.nix index 70be4040c36b..3d981611817b 100644 --- a/playbooks/nix_gcr/cloud_run.nix +++ b/playbooks/nix_gcr/cloud_run.nix @@ -1,8 +1,4 @@ -{ - pkgs ? import {}, - depot ? import {}, - ... -}: +{ pkgs, depot, ... }: pkgs.dockerTools.buildLayeredImage { name = "gemma"; -- cgit 1.4.1