Skip to content

Instantly share code, notes, and snippets.

@infinisil
Created December 27, 2017 20:03
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 infinisil/90c03c617ce427e62bc385756ca9d3cc to your computer and use it in GitHub Desktop.
Save infinisil/90c03c617ce427e62bc385756ca9d3cc to your computer and use it in GitHub Desktop.
{ config, lib, ... }:
{
options.test = lib.mkOption {
type = types.str;
};
config.environment.etc."test".text = config.test;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment