ahuston-0 18e7779880
All checks were successful
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (pull_request) Successful in 5m36s
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 6s
Check Nix formatting / Perform Nix format checks (pull_request) Successful in 2m26s
remove attic import
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2025-01-25 23:34:56 -05:00

8 lines
102 B
Nix

{ inputs, ... }:
{
users = [ "alice" ];
modules = [
# inputs.attic.nixosModules.atticd
];
}