Winter

Results 59 issues of Winter

https://github.com/NixOS/nixpkgs/blob/48fecd04896121f8af12ff33754ef251d4ae6318/nixos/modules/tasks/network-interfaces-systemd.nix#L62-L70 This configuration has worked fine until https://github.com/systemd/systemd/commit/2f96a29c2c55bdd67cdd8e0b0cfd6971968e4bca, which now makes it so wait-online will indefinitely hang if no managed interfaces are configured that have `RequiredForOnline` set, which our default...

0.kind: regression
6.topic: systemd

When going to the site, I sometimes have to click on the unread message button to see unread replies, but only then do I see the unread badge noting how...

For at least the last two Mac App Store releases (6.3.0 and 6.3.1), the binaries have the `com.apple.quarantine` bit value set to `0181;65707e75;Chrome;`, which causes the following dialog upon every...

investigate

When Cargo option [`host-config`](https://doc.rust-lang.org/cargo/reference/unstable.html#host-config) is set, Cargo [ignores `RUSTFLAGS`](https://github.com/rust-lang/cargo/blob/12a26b3330efdec7b48a340b5ee7ccb209ff5f87/src/cargo/core/compiler/build_context/target_info.rs#L712-L728), making the various options that `cargo-llvm-cov` sets not apply. Patching `set_env` to set `CARGO_HOST_RUSTFLAGS` instead of `RUSTFLAGS` does fix the issue,...

C-enhancement

## Info This is a fresh macOS 14.4 install with FileVault enabled, no Migration Assistant or similar was used. I've wiped this machine multiple times to try and figure out...

Given the following program: ```rust use serde::Deserialize; #[derive(Deserialize)] struct CargoLock>, } #[derive(Deserialize)] struct Package

https://github.com/infinisil/sanix/blob/37b7f370e36f1a1e90f746e0a4f80582058f7d55/root.nix#L31-L33 How exactly is this option broken? The implementation (as of when you wrote that comment) looks sane to me -- could you give more details so that we can...

**Describe the bug** The loading spinner for a release does not disappear after attempting to install when not signed in. **To Reproduce** Steps to reproduce the behavior: 1. Open a...

bug

### Description A particular attrset item I have in a NixOS configuration is formatted quite oddly, while the surrounding similar lines are not. ### Small example input ```nix { systemd.services."systemd-homed".serviceConfig.WatchdogSec...

bug