From d24ac192d5ec7878026436143f1e1bdff061da75 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Fri, 19 May 2023 20:58:48 +0200 Subject: [PATCH] fix overlay --- flake.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index cf637ab..7c7ef0f 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,10 @@ url = github:nix-community/home-manager; inputs.nixpkgs.follows = "nixpkgs"; }; - prismlauncher.url = "github:PrismLauncher/PrismLauncher"; + prismlauncher = { + url = "github:PrismLauncher/PrismLauncher"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = inputs@{ @@ -36,7 +39,7 @@ { nixpkgs = { config.allowUnfree = true; - overlays = [ prismlauncher.overlay nur.overlay ]; + overlays = [ prismlauncher.overlays.default nur.overlay ]; }; system.stateVersion = "23.05"; }