mirror of
https://github.com/Death916/deathclock.git
synced 2026-04-10 03:04:40 -07:00
simplify enums and test into libcosmic
This commit is contained in:
parent
c3923a984e
commit
b3b2b6f200
16 changed files with 7619 additions and 72 deletions
31
shell.nix
31
shell.nix
|
|
@ -9,8 +9,37 @@ pkgs.mkShell {
|
|||
python313Packages.ninja
|
||||
python313Packages.numpy
|
||||
bun
|
||||
|
||||
unstable.rustc
|
||||
unstable.cargo
|
||||
unstable.rust-analyzer
|
||||
unstable.rustfmt
|
||||
pkgs.pkg-config
|
||||
pkgs.openssl
|
||||
pkgs.libxcb
|
||||
pkgs.pkg-config
|
||||
pkgs.openssl
|
||||
pkgs.alsa-lib
|
||||
pkgs.libxcb
|
||||
pkgs.wayland
|
||||
pkgs.libxkbcommon
|
||||
pkgs.fontconfig
|
||||
pkgs.freetype
|
||||
pkgs.mesa
|
||||
pkgs.libGL
|
||||
pkgs.glib
|
||||
pkgs.vulkan-loader
|
||||
pkgs.vulkan-headers
|
||||
pkgs.clippy
|
||||
];
|
||||
|
||||
LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath [
|
||||
pkgs.wayland
|
||||
pkgs.libxkbcommon
|
||||
pkgs.mesa
|
||||
pkgs.glib
|
||||
pkgs.vulkan-loader
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
source .venv/bin/activate
|
||||
# export PATH="${pkgs.bun}/bin:$PATH"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue