attempts to downgrade mesa
This commit is contained in:
parent
3816dd35cd
commit
0350576970
7 changed files with 47 additions and 18 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue