Skip to content

Commit

Permalink
nixos-module: add overlay with mkBefore
Browse files Browse the repository at this point in the history
  • Loading branch information
oati committed Jan 17, 2023
1 parent 2918ce9 commit 068a52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos-module/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
let
cfg = config.hardware.asahi;
in {
nixpkgs.overlays = [ cfg.overlay ];
nixpkgs.overlays = lib.mkBefore [ cfg.overlay ];

hardware.asahi.pkgs =
if cfg.pkgsSystem != "aarch64-linux"
Expand Down

0 comments on commit 068a52f

Please sign in to comment.