Revert "curacao: Attempt at fixing hang issue"
This reverts commit 4fd1028e1f
.
This commit is contained in:
parent
3129ec76bf
commit
e2c9ef112e
1 changed files with 0 additions and 6 deletions
|
@ -41,7 +41,6 @@
|
||||||
self,
|
self,
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
unixpkgs,
|
unixpkgs,
|
||||||
onixpkgs,
|
|
||||||
disko,
|
disko,
|
||||||
nix-on-droid,
|
nix-on-droid,
|
||||||
flake-utils,
|
flake-utils,
|
||||||
|
@ -63,14 +62,9 @@
|
||||||
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