Skip to content

Commit

Permalink
flake: pass overlay instead of setting package
Browse files Browse the repository at this point in the history
  • Loading branch information
sorki committed Jul 14, 2023
1 parent 5be4684 commit 4c62fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
};
nixosModules.default = {pkgs, ...}: {
imports = [ ./nixos-module.nix ];
services.blockfrost.package = self.packages.${pkgs.system}.blockfrost-backend-ryo;
nixpkgs.overlays = [ self.overlays.default ];
};
};
}

0 comments on commit 4c62fe3

Please sign in to comment.