mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-04-27 06:31:20 +00:00
13 lines
No EOL
131 B
Nix
13 lines
No EOL
131 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
mold
|
|
gcc
|
|
ninja
|
|
clang
|
|
lld
|
|
lldb
|
|
musl
|
|
];
|
|
} |