Skip to content

Commit

Permalink
Merge pull request #320635 from ExpidusOS/feat/expidus-flutter
Browse files Browse the repository at this point in the history
expidus: use call packages and nix built flutter engine
  • Loading branch information
lilyinstarlight authored Jun 18, 2024
2 parents 7e22655 + 3bbbe80 commit fdf1bf6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37522,7 +37522,11 @@ with pkgs;

enlightenment = recurseIntoAttrs (callPackage ../desktops/enlightenment { });

expidus = recurseIntoAttrs (callPackage ../desktops/expidus {});
expidus = recurseIntoAttrs (callPackages ../desktops/expidus {
# Use the Nix built Flutter Engine for testing.
# Also needed when we eventually package Genesis Shell.
flutterPackages = flutterPackages-source;
});

gnome2 = recurseIntoAttrs (callPackage ../desktops/gnome-2 { });

Expand Down

0 comments on commit fdf1bf6

Please sign in to comment.