From f645345af53c3188b19f3fa4306cb20965195e2b Mon Sep 17 00:00:00 2001 From: pacien Date: Tue, 15 Nov 2022 02:06:43 +0100 Subject: flake: update flaky-utils, use tools argument --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 1f1a10e..7cb52fc 100644 --- a/flake.lock +++ b/flake.lock @@ -17,11 +17,11 @@ }, "flaky-utils": { "locked": { - "lastModified": 1668300734, - "narHash": "sha256-9d0hrnlJIfC/0GJyomNtRSMfksvn76Ws73TTIHu0Dts=", + "lastModified": 1668472805, + "narHash": "sha256-hjRe8QFh2JMo9u6AaxQNGWfDWZxk3psULmPglqsjsLk=", "ref": "master", - "rev": "42923a5cf2cf6292aaf19eb1b550c6d20bd2a881", - "revCount": 16, + "rev": "c3f9daf4ec56276e040bc33e29c7eeaf1b99d91c", + "revCount": 33, "type": "git", "url": "https://cgit.pacien.net/libs/flaky-utils" }, diff --git a/flake.nix b/flake.nix index 753d9eb..00fb44e 100644 --- a/flake.nix +++ b/flake.nix @@ -163,8 +163,8 @@ inherit pkgs; restrictNetwork = false; patchQemu9p = true; + tools = devTools; config = { - environment.systemPackages = devTools; virtualisation.forwardPorts = [ { from = "host"; host.port = 8085; guest.port = 8085; } # vue-cli ]; -- cgit v1.2.3