mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 11:45:06 +01:00
meow
This commit is contained in:
parent
8abd0e0913
commit
bcfac2a1ba
2 changed files with 9 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ with pkgs; [
|
|||
hollywood
|
||||
htop
|
||||
hyperfine
|
||||
llvmPackages_19.bintools-unwrapped
|
||||
inferno
|
||||
jq
|
||||
jujutsu
|
||||
|
|
|
|||
|
|
@ -1,4 +1,11 @@
|
|||
{ pkgs }: pkgs.mkShell {
|
||||
buildInputs = with pkgs; [ openssl zlib libpq ];
|
||||
nativeBuildInputs = with pkgs; [ pkg-config cmake ];
|
||||
nativeBuildInputs = with pkgs; [
|
||||
pkg-config
|
||||
cmake
|
||||
ninja
|
||||
llvmPackages_19.clang
|
||||
llvmPackages_19.lld
|
||||
llvmPackages_19.bintools-unwrapped
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue