1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 02:21:16 +02:00

Add a VM test for S3BinaryCacheStore

Fixes #11238.
This commit is contained in:
Eelco Dolstra 2024-08-05 11:38:38 +02:00
parent 838b666a80
commit 2950f9e18a
3 changed files with 66 additions and 1 deletions

View file

@ -1,6 +1,6 @@
# Test nix-copy-closure.
{ lib, config, nixpkgs, hostPkgs, ... }:
{ lib, config, nixpkgs, ... }:
let
pkgs = config.nodes.client.nixpkgs.pkgs;