Update mesa to use unstable (25.0.2)
This commit is contained in:
parent
09f298f4f4
commit
c1c8337a21
3 changed files with 12 additions and 4 deletions
|
@ -13,7 +13,11 @@
|
|||
};
|
||||
|
||||
outputs =
|
||||
{ nixpkgs, unstable, ... }@inputs:
|
||||
{
|
||||
nixpkgs,
|
||||
unstable,
|
||||
...
|
||||
}@inputs:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue