aboutsummaryrefslogtreecommitdiff
path: root/example/flake.nix
diff options
context:
space:
mode:
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";