mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 17:16:35 +01:00
fix overlay
This commit is contained in:
parent
36600763c8
commit
d24ac192d5
1 changed files with 5 additions and 2 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue