diff options
author | Martin Fischer <martin@push-f.com> | 2024-12-13 07:35:32 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2024-12-16 05:12:07 +0100 |
commit | d478dbd916c240e5ff609dcca17eedbd04c7fe83 (patch) | |
tree | ce5c8b5916672bebaa34b446529528592c346f12 /nixos/parts/dev.nix | |
parent | cd1471871c1719f666d2971754d2ec7af25a2859 (diff) |
tente: add nginx
Diffstat (limited to 'nixos/parts/dev.nix')
-rw-r--r-- | nixos/parts/dev.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/parts/dev.nix b/nixos/parts/dev.nix index aca8e78..0d258b4 100644 --- a/nixos/parts/dev.nix +++ b/nixos/parts/dev.nix @@ -19,6 +19,8 @@ sqlite-interactive tokei + (writeShellScriptBin "deploy-dir" (builtins.readFile ./scripts/deploy-dir)) + gcc # rustc fails if cc linker isn't found chromium |