fix nvidia drivers not building

This commit is contained in:
cswimr 2025-01-24 09:22:14 -06:00
parent 0280981e32
commit b4fb390e46
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
2 changed files with 29 additions and 27 deletions

View file

@ -2,10 +2,12 @@
description = "System Configuration @ cswimr 2024";
inputs = {
stable.url = "github:NixOS/nixpkgs/nixos-24.11";
# change this back to nixos-unstable once
# change this back to NixOS/nixpkgs/nixos-unstable once
# https://github.com/NixOS/nixpkgs/commit/c805021f3a95da44a1811f1235b997f57d893dc3
# trickles down to nixos-unstable
nixpkgs.url = "github:NixOS/nixpkgs/c805021f3a95da44a1811f1235b997f57d893dc3";
# and
# https://github.com/NixOS/nixpkgs/pull/375838
# trickle down to nixos-unstable
nixpkgs.url = "github:Bot-wxt1221/nixpkgs/5ebc7f832c3a2213bf29d19807033c6f79f74a08";
staging-next.url = "github:NixOS/nixpkgs/staging-next";
home-manager = {
url = "github:nix-community/home-manager/master";