StepBroBD
StepBroBD
# feat: auto deploy to fly.io if auto update exited successfully Origin: https://github.com/patte/fly-tailscale-exit/pull/20. ## Note I have to say sorry that I am too lazy to write this in shell...
I think #139 does not fix #138: On `aarch64-apple-darwin`: $ cat Cargo.toml ... [package.metadata.bundle] name = "Neovide" identifier = "com.neovide.neovide" icon = ["assets/neovide.ico"] version = "0.10.0" resources = [] copyright...
`darwin-rebuild` errors out after upgrading from macOS Sonoma to macOS Sequoia with the following error: ```shell $ darwin-rebuild switch --flake .#macbook --show-trace building the system configuration... error: the user '_nixbld1'...
Context: https://github.com/ngi-nix/ngipkgs/pull/305#discussion_r1654628524 TLDR: Currently, in ngipkgs, we are re-exposing nixpkgs modules like this: ```nix modules.services.forgejo = "${sources.inputs.nixpkgs}/nixos/modules/services/misc/forgejo.nix"; ``` But the ideal way to expose those modules would be this: ```nix...
part of #960 - [x] update the example in maintainers/templates/project/default.nix - [x] projects/Agorakit/default.nix - [x] projects/Pixelfed/default.nix - [x] projects/Galene/default.nix - [x] projects/Forgejo/default.nix - [x] projects/ntpd-rs/default.nix - [x] projects/Mastodon/default.nix - [x]...
follow up of #857 - [ ] triage: combine `lib'` with `lib` using `lib.extend` and export combined `lib` in flake outputs -- functions in `lib`? - [x] update the example...
see https://github.com/NixOS/nixpkgs/pull/436779#issuecomment-3248844387
Related: https://github.com/ngi-nix/ngipkgs/issues/891 Port [ntpd-rs nixos option](https://search.nixos.org/options?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=services.ntpd-rs) to nix-darwin