Skip to content

Commit

Permalink
fix: attribute 'throw' missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Moraxyc committed Dec 7, 2024
1 parent b35bbeb commit e779aeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
) nixpkgs.lib.platforms.all;
flake = {
overlay = lib.warn "nur.overlay has been replaced by nur.overlays.default" overlay; # Added 2024-12-06
nixosModules.nur = lib.throw "nur.nixosModules.nur has been replaced by nur.modules.nixos.default"; # Added 2024-12-06
hmModules.nur = lib.throw "nur.hmModules.nur has been replaced by nur.modules.home-manager.default"; # Added 2024-12-06
nixosModules.nur = builtins.throw "nur.nixosModules.nur has been replaced by nur.modules.nixos.default"; # Added 2024-12-06
hmModules.nur = builtins.throw "nur.hmModules.nur has been replaced by nur.modules.home-manager.default"; # Added 2024-12-06

overlays = {
default = overlay;
Expand Down

0 comments on commit e779aeb

Please sign in to comment.