remove attic import
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

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2025-01-25 23:34:56 -05:00
parent eaf77103f2
commit 18e7779880
3 changed files with 11 additions and 10 deletions

View File

@ -2,6 +2,6 @@
{
users = [ "alice" ];
modules = [
inputs.attic.nixosModules.atticd
# inputs.attic.nixosModules.atticd
];
}