update
Some checks failed
/ Check (push) Has been cancelled

This commit is contained in:
alydev 2026-01-19 01:43:44 +10:00
parent 2a76eb0d25
commit 2db2cb402f

View file

@ -5,13 +5,10 @@
nix.settings.experimental-features = [ "nix-command" "flakes" ];
environment.systemPackages = with pkgs; [
cargo rustc just git wget gcc gnumake autoconf automake pkg-config cifs-utils ntfs3g yt-dlp libgcc
gnumake cmake extra-cmake-modules
gnumake cmake extra-cmake-modules zlib
];
programs.nix-ld = {
enable = true;
libraries = with pkgs; [
stdenv.cc.cc.lib
];
};
programs.nixvim = {
enable = true;