From e0871efeaf9db8b918f549303d4dbb8e83b163d7 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Sun, 31 Mar 2024 19:38:42 +0200 Subject: chore(3p/nix-snapshotter): remove The expression needs updating on our side to be compatible with the nixpkgs bump in cl/11289. It wasn't used anywhere in TVL either. This is also packaged in nixpkgs, since f3ea5cfa6ec0a640735f4d6a0b5c91683c9bab25 / Feb 20 2024, so using it from there feels reasonable. Change-Id: Icd50ad959ca0de433b847180f1a5be308719f287 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11295 Tested-by: BuildkiteCI Autosubmit: flokli Reviewed-by: tazjin --- third_party/nix-snapshotter/default.nix | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 third_party/nix-snapshotter/default.nix (limited to 'third_party') diff --git a/third_party/nix-snapshotter/default.nix b/third_party/nix-snapshotter/default.nix deleted file mode 100644 index 58b30af25b..0000000000 --- a/third_party/nix-snapshotter/default.nix +++ /dev/null @@ -1,13 +0,0 @@ -# Imports the stable Nix build definitions for nix-snapshotter, a -# plugin to bring native support for Nix images to containerd -{ lib, pkgs, ... }: - -let - src = pkgs.fetchFromGitHub { - owner = "pdtpartners"; - repo = "nix-snapshotter"; - sha256 = "11sfy3kf046p8kacp7yh8ijjpp6php6q8wxlbya1v5q53h3980v1"; - rev = "6eb21bd3429535646da4aa396bb0c1f81a9b72c6"; - }; -in -pkgs.callPackage "${src}/package.nix" { } -- cgit 1.4.1