aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2022-11-15 02:06:43 +0100
committerpacien2022-11-15 02:06:58 +0100
commitf645345af53c3188b19f3fa4306cb20965195e2b (patch)
tree8133959ff967626f5d1f31545450f3a2deac4d79
parent7ac1c8c481fa2bec52ed6094af8e38bcb406b76f (diff)
downloadldgallery-f645345af53c3188b19f3fa4306cb20965195e2b.tar.gz
flake: update flaky-utils, use tools argument
-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 1f1a10e..7cb52fc 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": 1668300734, 20 "lastModified": 1668472805,
21 "narHash": "sha256-9d0hrnlJIfC/0GJyomNtRSMfksvn76Ws73TTIHu0Dts=", 21 "narHash": "sha256-hjRe8QFh2JMo9u6AaxQNGWfDWZxk3psULmPglqsjsLk=",
22 "ref": "master", 22 "ref": "master",
23 "rev": "42923a5cf2cf6292aaf19eb1b550c6d20bd2a881", 23 "rev": "c3f9daf4ec56276e040bc33e29c7eeaf1b99d91c",
24 "revCount": 16, 24 "revCount": 33,
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 753d9eb..00fb44e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -163,8 +163,8 @@
163 inherit pkgs; 163 inherit pkgs;
164 restrictNetwork = false; 164 restrictNetwork = false;
165 patchQemu9p = true; 165 patchQemu9p = true;
166 tools = devTools;
166 config = { 167 config = {
167 environment.systemPackages = devTools;
168 virtualisation.forwardPorts = [ 168 virtualisation.forwardPorts = [
169 { from = "host"; host.port = 8085; guest.port = 8085; } # vue-cli 169 { from = "host"; host.port = 8085; guest.port = 8085; } # vue-cli
170 ]; 170 ];