Dan Lipsitt

Results 16 issues of Dan Lipsitt

Commit https://github.com/DeterminateSystems/nix/commit/829724d5ffcf36e82c3437f17c378c2bcba17c39 results in a broken link to the former `versions.nix` file linked to from the [Upgrading Nix](https://github.com/DeterminateSystems/nix-installer?tab=readme-ov-file#upgrading-nix) section of the installer docs. I'm not sure if there's anything to...

This change allows `debianize` to run on MacOS (and probably other BSD-based platforms). The BSD `date` command does not have the `-R` flag previously used by this function.

I am experiencing an Avahi bug that appears to be triggered (perhaps indirectly) by netconnectd on a debian jessie system. Sometimes when the wifi connection is lost, avahi experiences a...

## Overview On MacOS 11.2 arm64, the list returned by `packaging.tags._platform_tags()` does not contain `macosx_11_2_arm64`. The closest match is `macosx_11_0_arm64`. ## Consequences Because of this issue, pip does not recognize...

bug
packaging.tags

The `nowarnings` config option doesn't (currently?) exist.

How do I enable unfree packages? When attempting to run one with `nix shell`, I get the following error: ``` a) To temporarily allow unfree packages, you can use an...