forked from
atproto-nix.org/atmosphere-nur
Nix User Repo for Atmosphere projects
1# Copyright atproto-nix.org 2026
2# SPDX-License-Identifier: CC0-1.0 OR Unlicense
3
4# artifacts from nix/nixos environments
5.direnv
6
7flake.lock
8
9result
10result-*
11
12# common locations for keys for sops-nix
13*.age
14keys.txt
15secrets/keys.txt
16
17# if using gnupgp instead of age
18*.gpg
19
20# safeguard against committing unencrypted secrets
21*.decrypted
22
23
24.pre-commit-hook.yaml
25.pre-commit-config.yaml
26
27