Skip to content

Instantly share code, notes, and snippets.

@Enzime
Created August 18, 2023 05:35
Show Gist options
  • Save Enzime/7ef89e549b4fa79b0acf535096566864 to your computer and use it in GitHub Desktop.
Save Enzime/7ef89e549b4fa79b0acf535096566864 to your computer and use it in GitHub Desktop.
private-dotfiles
{
inputs.secrets.url = "path:./secrets";
inputs.secrets.flake = false;
inputs.dotfiles.inputs.secrets.follows = "secrets";
outputs = { dotfiles, ... }: dotfiles;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment