curacao: Attempt at fixing hang issue
This commit is contained in:
parent
a9e515ab90
commit
4fd1028e1f
1 changed files with 6 additions and 0 deletions
|
@ -41,6 +41,7 @@
|
||||||
self,
|
self,
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
unixpkgs,
|
unixpkgs,
|
||||||
|
onixpkgs,
|
||||||
disko,
|
disko,
|
||||||
nix-on-droid,
|
nix-on-droid,
|
||||||
flake-utils,
|
flake-utils,
|
||||||
|
@ -62,9 +63,14 @@
|
||||||
self: super:
|
self: super:
|
||||||
let
|
let
|
||||||
upkgs = import unixpkgs { inherit (super) system; };
|
upkgs = import unixpkgs { inherit (super) system; };
|
||||||
|
opkgs = import onixpkgs {
|
||||||
|
inherit (super) system;
|
||||||
|
config.allowUnfree = true;
|
||||||
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
hello = upkgs.hello; # Placeholder
|
hello = upkgs.hello; # Placeholder
|
||||||
|
displaylink = opkgs.displaylink; # curacao sometimes hang since 25.05, looks like it's X/DL related
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue