Deployment and lifecycle management for Nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

dev: add systemd-analyze wrapper, update rules

+16 -1
+11
.mcp.json
··· 1 + { 2 + "mcpServers": { 3 + "vein": { 4 + "type": "stdio", 5 + "command": "vein", 6 + "args": ["serve"], 7 + "env": {} 8 + } 9 + } 10 + } 11 +
+2 -1
AGENTS.md
··· 14 14 ## Definition of done 15 15 - formatting done, `just format` 16 16 - tests pass, `just check-elixir`, `just check-go`, or `just check-e2e` 17 - - ticket marked complete 18 17 - code committed with all ticket changes included 19 18 - Ticket ID in the body 20 19 - Co-Authored-By line always included 20 + - *important* you've stopped and asked the user to ok the change, unless specifically told otherwise. 21 + - ticket marked complete once approved 21 22 22 23 ## Code conventions 23 24
+3
justfile
··· 105 105 start-pry: 106 106 iex --dbg pry -S mix phx.server 107 107 108 + systemd-analyze unit: 109 + systemd-analyze security --no-pager --offline=yes --root "$(nix build --no-link --print-out-paths .#checks.x86_64-linux.default.nodes.server.system.build.etc)" {{ unit }} 110 + 108 111 update: update-nix update-elixir update-go update-npins 109 112 110 113 update-nix: