Living on nixpkgs unstable now
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user