diff options
author | pacien | 2022-11-15 02:06:43 +0100 |
---|---|---|
committer | pacien | 2022-11-15 02:06:58 +0100 |
commit | f645345af53c3188b19f3fa4306cb20965195e2b (patch) | |
tree | 8133959ff967626f5d1f31545450f3a2deac4d79 /flake.nix | |
parent | 7ac1c8c481fa2bec52ed6094af8e38bcb406b76f (diff) | |
download | ldgallery-f645345af53c3188b19f3fa4306cb20965195e2b.tar.gz |
flake: update flaky-utils, use tools argument
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ]; |