account-totallynotadolphin #72

Merged
Gonne merged 2 commits from account-totallynotadolphin into main 2025-03-29 11:58:57 +00:00
Showing only changes of commit 76324cbec1 - Show all commits

View file

@ -35,7 +35,7 @@ with lib; let
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJRXBT1k40iWHwMVcStnV8jbpXbT3DXrwRURC+GkxEuc dolphin"
];
nixKeys = [
"ocean.mathebau.de-1:G3Jz3mErIy8Mq8Ih+A5pbwDrx7vREcOpKgY8JCQ9dAk="
"ocean.mathebau.de-1:G3Jz3mErIy8Mq8Ih+A5pbwDrx7vREcOpKgY8JCQ9dAk="
];
}
Review

Hier fehlt ein Semikolon. So baut das nicht (z.B. nix build --print-out-paths .#nixosConfigurations.nyarlathotep.config.system.build.toplevel) und nix flake check läuft nicht durch).

Hier fehlt ein Semikolon. So baut das nicht (z.B. `nix build --print-out-paths .#nixosConfigurations.nyarlathotep.config.system.build.toplevel`) und `nix flake check` läuft nicht durch).
};