rust nightly and shit

This commit is contained in:
jacekpoz 2023-07-30 01:11:49 +02:00
parent f55f2787cb
commit 2857f19e43
2 changed files with 13 additions and 2 deletions

View file

@ -35,5 +35,10 @@
nix-gaming.url = "github:fufexan/nix-gaming";
nur.url = "github:nix-community/NUR";
fenix = {
url = "github:nix-community/fenix";
inputs.nixpkgs.follows = "nixpkgs";
};
};
}

View file

@ -31,6 +31,7 @@
hyprcontrib = inputs.hyprcontrib.packages.${pkgs.system};
shadower = inputs.shadower.packages.${pkgs.system};
nix-gaming = inputs.nix-gaming.packages.${pkgs.system};
fenix = inputs.fenix.packages.${pkgs.system};
in with pkgs; [
git
librewolf-wayland
@ -83,8 +84,6 @@
ventoy-full
zathura
zellij
cargo
rustc
nodejs
unzip
cmake
@ -139,6 +138,13 @@
udisks
ffmpeg
xdg-desktop-portal-gtk
(fenix.complete.withComponents [
"cargo"
"clippy"
"rust-src"
"rustc"
"rustfmt"
])
];
stateVersion = lib.mkDefault "23.11";