Skip to content

Instantly share code, notes, and snippets.

@stites
Created August 4, 2021 13:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stites/8f640f605ace790ad6fa71006c309d15 to your computer and use it in GitHub Desktop.
Save stites/8f640f605ace790ad6fa71006c309d15 to your computer and use it in GitHub Desktop.
hm-stack configs
{ pkgs, ... }:
{
home.packages = [ pkgs.stack ];
home.file = {
".stack/config.yaml".source = ./local.yaml;
".stack/global-project/stack.yaml".source = ./global.yaml;
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment