attempts to downgrade mesa

This commit is contained in:
Lyes Saadi 2025-03-17 00:05:05 +01:00
parent 3816dd35cd
commit 0350576970
Signed by: lyes
GPG key ID: 55A1D803917CF39A
7 changed files with 47 additions and 18 deletions

View file

@ -13,6 +13,13 @@
local = import ../../pkgs { pkgs = final; };
})
# # Stable
# (final: prev: {
# stable = import nixpkgs-stable {
# system = prev.system;
# };
# })
# Unstable
(final: prev: {
unstable = import nixpkgs-unstable {