···33Let's spin up Attic in just 15 minutes (yes, it works on macOS too!):
4455```bash
66-nix-shell https://github.com/zhaofengli/attic/tarball/main -A demo
66+$ nix shell github:zhaofengli/attic
77```
8899Simply run `atticd` to start the server in monolithic mode with a SQLite database and local storage:
···3131-----------------
32323333Running migrations...
3434+* Migrating NARs to chunks...
3535+* Migrating NAR schema...
3436Starting API server...
3537Listening on [::]:8080...
3638```