rose-pine-nix/tests/common.nix

16 lines
447 B
Nix
Raw Normal View History

2024-10-19 11:12:13 -07:00
{pkgs, ...}: {
rose-pine = {
enable = true;
sources = {
# this is used to ensure that we are able to apply
# source overrides without breaking the other sources
palette = pkgs.fetchFromGitHub {
2024-10-19 11:12:13 -07:00
owner = "rose-pine";
repo = "palette";
2024-10-19 11:12:13 -07:00
rev = "d5bbdaaed9b5ad575bce5d924a5a5032f16d8450"; # refs/tags/4.0.1
hash = "12zqwps9l7r1dil7in6x0gv6i4cp10915ydy5ydalwrryywp84z3";
};
};
};
}