1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 06:01:48 +02:00

Fix 22.05 eval warnings

This commit is contained in:
Eelco Dolstra 2022-06-07 13:59:36 +02:00
parent 5a9d83aa59
commit 0f8754cd30
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
6 changed files with 11 additions and 12 deletions

View file

@ -103,7 +103,7 @@ makeTest (
{ config, lib, pkgs, nodes, ... }:
{ virtualisation.writableStore = true;
virtualisation.diskSize = 2048;
virtualisation.pathsInNixDB = [ pkgs.hello pkgs.fuse ];
virtualisation.additionalPaths = [ pkgs.hello pkgs.fuse ];
virtualisation.memorySize = 4096;
nix.binaryCaches = lib.mkForce [ ];
nix.extraOptions = "experimental-features = nix-command flakes";