nixpkgs
nixpkgs copied to clipboard
Nix Packages collection & NixOS
Packaged [NIPAP](https://spritelink.github.io/NIPAP/) and its dependencies, and created a NixOS module to configure it. ## Things done - Built on platform(s) - [x] x86_64-linux - [ ] aarch64-linux - [ ]...
### This Merge This PR is the regular merge of the `haskell-updates` branch into `staging`. This branch is being continually built and tested by hydra at https://hydra.nixos.org/jobset/nixpkgs/haskell-updates. You may be...
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for smpmgr is: Simple Management Protocol (SMP) Manager for remotely managing MCU firmware meta.homepage...
NLNet Project: https://nlnet.nl/project/Oku/ Closes: https://github.com/ngi-nix/ngipkgs/issues/1156 ## Things done - Built on platform(s) - [ ] x86_64-linux - [ ] aarch64-linux - [ ] x86_64-darwin - [ ] aarch64-darwin - For...
C++ headers often use `__FILE__` in error messages, causing the development outputs of libraries to leak into the runtime closure of packages using them. This hook abstracts away a pattern...
### Nixpkgs version - Stable (25.05) ### Describe the bug The desktop session for Steam using gamescope does not invoke systemd unit `graphical-session.target`, thus inhibiting auto startup of services wanted...
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/JakeStanger/mpd-discord-rpc/releases. meta.description for mpd-discord-rpc is: Rust application which displays your currently playing song / album /...
Credit goes to @Ma27 for [writing most of the code in this diff](https://github.com/NixOS/nixpkgs/issues/252980#issuecomment-1722185014), I just rebased their code and fixed a test bug (`curl --data-binary` instead of `curl -d`). Enabling...
### Describe the bug sunshine service does not start once enabled ### Steps To Reproduce Steps to reproduce the behavior: ```nix { services.sunshine = { enable = true; openFirewall =...
fixes https://github.com/NixOS/nixpkgs/issues/419117 ## Things done - Built on platform(s) - [x] x86_64-linux - [ ] aarch64-linux - [ ] x86_64-darwin - [ ] aarch64-darwin - For non-Linux: Is sandboxing enabled...