Living on nixpkgs unstable now

This commit is contained in:
2024-10-06 14:13:12 +02:00
parent f19ce21672
commit f07ab92268
8 changed files with 37 additions and 32 deletions

View File

@ -58,11 +58,11 @@
# neocmakelsp # cmake
# Rust setup
unstable.rustc
unstable.rustfmt
unstable.cargo
unstable.clippy
unstable.rust-analyzer
rustc
rustfmt
cargo
clippy
rust-analyzer
# Further tools
cntr # nix debugger

View File

@ -10,7 +10,7 @@ with pkgs;
# makemkv
audacity
gnome.cheese
cheese
zoom-us
qutebrowser
@ -41,7 +41,7 @@ with pkgs;
tdesktop # telegram
tealdeer
gcolor2 # gcolor3 does not work
gcolor3
# cups
wget
nodejs
@ -68,8 +68,8 @@ with pkgs;
usbutils # lsusb
pciutils # lspci
gnome.gnome-keyring
gnome.seahorse
gnome-keyring
seahorse
polkit_gnome
nix-index
python3
@ -151,7 +151,7 @@ with pkgs;
audible-cli
unstable.path-of-building
path-of-building
conda
watchexec # Run command when any file in current dir changes

View File

@ -6,11 +6,11 @@ with pkgs;
shellcheck
# Rust setup
unstable.rustc
unstable.rustfmt
unstable.cargo
unstable.clippy
unstable.rust-analyzer
rustc
rustfmt
cargo
clippy
rust-analyzer
# Further tools
lazygit
@ -18,7 +18,7 @@ with pkgs;
# makemkv
audacity
gnome.cheese
cheese
zoom-us
qutebrowser
@ -54,7 +54,7 @@ with pkgs;
tdesktop # telegram
tealdeer
gcolor2 # gcolor3 does not work
gcolor3
# cups
wget
gparted
@ -83,8 +83,8 @@ with pkgs;
usbutils # lsusb
pciutils # lspci
gnome.gnome-keyring
gnome.seahorse
gnome-keyring
seahorse
polkit_gnome
nix-index
python3
@ -162,7 +162,7 @@ with pkgs;
# cudaPackages.cudatoolkit
# openmvg
# colmapWithCuda
unstable.path-of-building
path-of-building
nheko

View File

@ -3,11 +3,11 @@
with pkgs;
[
# Rust setup
unstable.rustc
unstable.rustfmt
unstable.cargo
unstable.clippy
unstable.rust-analyzer
rustc
rustfmt
cargo
clippy
rust-analyzer
# Further tools
cntr # nix debugger