flake: use overlays.default

auto-flake-update
Yorick van Pelt 2022-07-06 09:29:21 +02:00
parent 072642f0c5
commit 777ccd846c
Signed by: yorick
GPG Key ID: A36E70F9DC014A15
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
}; };
outputs = inputs@{ nixpkgs, home-manager, nixpkgs-mozilla, emacs-overlay outputs = inputs@{ nixpkgs, home-manager, nixpkgs-mozilla, emacs-overlay
, nixpkgs-wayland, nixpkgs-stable, nixos-hardware, agenix, self, ... }: { , nixpkgs-wayland, nixpkgs-stable, nixos-hardware, agenix, self, ... }: {
overlay = nixpkgs.lib.composeManyExtensions [ overlays.default = nixpkgs.lib.composeManyExtensions [
nixpkgs-wayland.overlay nixpkgs-wayland.overlay
#nixpkgs-mozilla.overlay #nixpkgs-mozilla.overlay
emacs-overlay.overlay emacs-overlay.overlay
@ -41,7 +41,7 @@
android_sdk.accept_license = true; android_sdk.accept_license = true;
}; };
system = "x86_64-linux"; system = "x86_64-linux";
overlays = [ self.overlay ]; overlays = builtins.attrValues self.overlays;
}; };
nixosConfigurations = self.legacyPackages.x86_64-linux.yorick.machine; nixosConfigurations = self.legacyPackages.x86_64-linux.yorick.machine;
homeConfigurations.x86_64-linux = homeConfigurations.x86_64-linux =