aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorpacien2022-11-13 02:05:37 +0100
committerpacien2022-11-13 02:05:37 +0100
commit63da076b8e0d31ea25332847612e39a983c6c474 (patch)
tree4641bceea683b8ca4d5b520d4227ffb650824760 /flake.nix
parente959f54b07aa3a2675a942bd5d9e621c2c15cd88 (diff)
downloadldgallery-63da076b8e0d31ea25332847612e39a983c6c474.tar.gz
flake: update flaky-utils, use single pkgs instance
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index d9dbbd9..9954790 100644
--- a/flake.nix
+++ b/flake.nix
@@ -160,7 +160,7 @@
160 }) 160 })
161 161
162 (flaky-utils.lib.mkSandboxSystem { 162 (flaky-utils.lib.mkSandboxSystem {
163 inherit nixpkgs system; 163 inherit pkgs;
164 restrictNetwork = false; 164 restrictNetwork = false;
165 patchQemu9p = true; 165 patchQemu9p = true;
166 config = { 166 config = {