mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 19:55:08 +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
|
hollywood
|
||||||
htop
|
htop
|
||||||
hyperfine
|
hyperfine
|
||||||
|
llvmPackages_19.bintools-unwrapped
|
||||||
inferno
|
inferno
|
||||||
jq
|
jq
|
||||||
jujutsu
|
jujutsu
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,11 @@
|
||||||
{ pkgs }: pkgs.mkShell {
|
{ pkgs }: pkgs.mkShell {
|
||||||
buildInputs = with pkgs; [ openssl zlib libpq ];
|
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