aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2022-11-13 02:05:37 +0100
committerpacien2022-11-13 02:05:37 +0100
commit63da076b8e0d31ea25332847612e39a983c6c474 (patch)
tree4641bceea683b8ca4d5b520d4227ffb650824760
parente959f54b07aa3a2675a942bd5d9e621c2c15cd88 (diff)
downloadldgallery-63da076b8e0d31ea25332847612e39a983c6c474.tar.gz
flake: update flaky-utils, use single pkgs instance
-rw-r--r--flake.lock8
-rw-r--r--flake.nix2
2 files changed, 5 insertions, 5 deletions
diff --git a/flake.lock b/flake.lock
index 48222a4..1f1a10e 100644
--- a/flake.lock
+++ b/flake.lock
@@ -17,11 +17,11 @@
17 }, 17 },
18 "flaky-utils": { 18 "flaky-utils": {
19 "locked": { 19 "locked": {
20 "lastModified": 1668221526, 20 "lastModified": 1668300734,
21 "narHash": "sha256-cUtnjzEIgnfohdb0UhPU0ZVYyJ9USQhUwnEXexLlMNc=", 21 "narHash": "sha256-9d0hrnlJIfC/0GJyomNtRSMfksvn76Ws73TTIHu0Dts=",
22 "ref": "master", 22 "ref": "master",
23 "rev": "bfa3be010c8c90f1bd0326747b9b424535381bb2", 23 "rev": "42923a5cf2cf6292aaf19eb1b550c6d20bd2a881",
24 "revCount": 11, 24 "revCount": 16,
25 "type": "git", 25 "type": "git",
26 "url": "https://cgit.pacien.net/libs/flaky-utils" 26 "url": "https://cgit.pacien.net/libs/flaky-utils"
27 }, 27 },
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 = {