From 63da076b8e0d31ea25332847612e39a983c6c474 Mon Sep 17 00:00:00 2001 From: pacien Date: Sun, 13 Nov 2022 02:05:37 +0100 Subject: flake: update flaky-utils, use single pkgs instance --- flake.lock | 8 ++++---- flake.nix | 2 +- 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 @@ }, "flaky-utils": { "locked": { - "lastModified": 1668221526, - "narHash": "sha256-cUtnjzEIgnfohdb0UhPU0ZVYyJ9USQhUwnEXexLlMNc=", + "lastModified": 1668300734, + "narHash": "sha256-9d0hrnlJIfC/0GJyomNtRSMfksvn76Ws73TTIHu0Dts=", "ref": "master", - "rev": "bfa3be010c8c90f1bd0326747b9b424535381bb2", - "revCount": 11, + "rev": "42923a5cf2cf6292aaf19eb1b550c6d20bd2a881", + "revCount": 16, "type": "git", "url": "https://cgit.pacien.net/libs/flaky-utils" }, diff --git a/flake.nix b/flake.nix index d9dbbd9..9954790 100644 --- a/flake.nix +++ b/flake.nix @@ -160,7 +160,7 @@ }) (flaky-utils.lib.mkSandboxSystem { - inherit nixpkgs system; + inherit pkgs; restrictNetwork = false; patchQemu9p = true; config = { -- cgit v1.2.3