From e2c9ef112e701d955694a863f0ec74d4161ed9bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Mon, 26 May 2025 23:42:26 +0200 Subject: [PATCH] Revert "curacao: Attempt at fixing hang issue" This reverts commit 4fd1028e1fed3cac7be5a6f0974cd77f5c008fe9. --- flake.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/flake.nix b/flake.nix index 7f1edfc..c4c3acf 100644 --- a/flake.nix +++ b/flake.nix @@ -41,7 +41,6 @@ self, nixpkgs, unixpkgs, - onixpkgs, disko, nix-on-droid, flake-utils, @@ -63,14 +62,9 @@ self: super: let upkgs = import unixpkgs { inherit (super) system; }; - opkgs = import onixpkgs { - inherit (super) system; - config.allowUnfree = true; - }; in { hello = upkgs.hello; # Placeholder - displaylink = opkgs.displaylink; # curacao sometimes hang since 25.05, looks like it's X/DL related } ) ];