1
0
Fork 0
forked from foxora/nix

actually fixed rust-analyzer this time

This commit is contained in:
foxora 2026-05-03 15:06:05 +01:00
parent 8a44655415
commit 1776e1d58d
3 changed files with 80 additions and 15 deletions

View file

@ -9,6 +9,9 @@
nixpkgs-staging.url = "github:NixOS/nixpkgs/staging-next";
nixpkgs-master.url = "github:NixOS/nixpkgs/master";
# currently a regression: https://github.com/rust-lang/rust-analyzer/pull/22207
nixpkgs-rust.url = "github:NixOS/nixpkgs/838f1611dc4c0078432071819d6fffe046148813";
home-manager = {
url = "github:nix-community/home-manager/release-25.11";
inputs.nixpkgs.follows = "nixpkgs";
@ -52,6 +55,11 @@
nixcats.url = "github:BirdeeHub/nixCats-nvim";
fenix = {
url = "github:nix-community/fenix";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
awww = {
url = "git+https://codeberg.org/LGFae/awww";
inputs.nixpkgs.follows = "nixpkgs-unstable";
@ -85,14 +93,14 @@
};
};
# temp theme until i bother creating my own </3
sddm-silent = {
url = "github:uiriansan/SilentSDDM";
mcsr = {
url = "https://git.uku3lig.net/uku/mcsr-nixos/archive/main.tar.gz";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
mcsr = {
url = "https://git.uku3lig.net/uku/mcsr-nixos/archive/main.tar.gz";
# temp theme until i bother creating my own </3
sddm-silent = {
url = "github:uiriansan/SilentSDDM";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
};