aboutsummaryrefslogtreecommitdiff
path: root/example/flake.nix
diff options
context:
space:
mode:
authorpacien2022-11-13 01:41:20 +0100
committerpacien2022-11-13 01:41:46 +0100
commitfae2859c4ebcb5c25025cdbd1dffb294a2b9e38e (patch)
treec3163dd8998bf7e796a19a1fa16cfc90f592b348 /example/flake.nix
parentebd825349bfc1f011f2d8e322df1703de085293f (diff)
downloadflaky-utils-fae2859c4ebcb5c25025cdbd1dffb294a2b9e38e.tar.gz
mkSandboxSystem: use supplied pkgs instance
Diffstat (limited to 'example/flake.nix')
-rw-r--r--example/flake.nix2
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";