aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorpacien2022-11-15 02:06:43 +0100
committerpacien2022-11-15 02:06:58 +0100
commitf645345af53c3188b19f3fa4306cb20965195e2b (patch)
tree8133959ff967626f5d1f31545450f3a2deac4d79 /flake.nix
parent7ac1c8c481fa2bec52ed6094af8e38bcb406b76f (diff)
downloadldgallery-f645345af53c3188b19f3fa4306cb20965195e2b.tar.gz
flake: update flaky-utils, use tools argument
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 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 ];