diff options
author | pacien | 2022-11-13 01:41:20 +0100 |
---|---|---|
committer | pacien | 2022-11-13 01:41:46 +0100 |
commit | fae2859c4ebcb5c25025cdbd1dffb294a2b9e38e (patch) | |
tree | c3163dd8998bf7e796a19a1fa16cfc90f592b348 /example | |
parent | ebd825349bfc1f011f2d8e322df1703de085293f (diff) | |
download | flaky-utils-fae2859c4ebcb5c25025cdbd1dffb294a2b9e38e.tar.gz |
mkSandboxSystem: use supplied pkgs instance
Diffstat (limited to 'example')
-rw-r--r-- | example/flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/flake.nix b/example/flake.nix index 8557265..50931c6 100644 --- a/example/flake.nix +++ b/example/flake.nix | |||
@@ -59,7 +59,7 @@ | |||
59 | # forwarded explicitly from host to guest and vice-versa. | 59 | # forwarded explicitly from host to guest and vice-versa. |
60 | # | 60 | # |
61 | (flaky-utils.lib.mkSandboxSystem { | 61 | (flaky-utils.lib.mkSandboxSystem { |
62 | inherit nixpkgs system; | 62 | inherit pkgs; |
63 | 63 | ||
64 | name = "sandbox"; | 64 | name = "sandbox"; |
65 | user = "dummy"; | 65 | user = "dummy"; |