😑 seriously?

#nix #nixos

Would be really great if

> nix run codeberg:user/repo

was possible. It works for #GitLab and #GitHub already. #Codeberg should also work. Instead, one needs to write this unergonomic thing:

> nix run git+ssh://[email protected]/<user>/<repo>

EDIT: You could upvote this feature request: https://github.com/NixOS/nix/issues/14064

#nix #nixos

NixOS Home Manager users may find this useful!

It lets you have .desktop files, basically shortcuts, to any application you can run via nix, without actually having to install them. They're pulled in at runtime, using the same magic as you use when doing nix run.

https://git.krutonium.ca/Krutonium/NixOS/src/branch/main/modules/users/krutonium-hm/dynamic-apps.nix

#Nix #NixOS #HomeManager #Linux #FlakeParts

NixOS/modules/users/krutonium-hm/dynamic-apps.nix at main

NixOS

Krutonium's Forgejo Service
SLAM: s6/synit based NixOS

0 comments

Lobsters
An exploitable integer overflow in Lix (CVE-2026-44028)

0 comments

Lobsters

An integer overflow vulnerability has been reported and mitigated by the #Lix project as part of a security coordination with the CppNix project.

https://lix.systems/blog/2026-05-05-lix-unsigned-integer-overflow/

All releases are available, installers were published, Nixpkgs small channels contains the fixes, patches are available. We recommend you upgrade at the earliest if you are at risk (see the additional guidance section).

#Nix #NixOS #security

An exploitable integer overflow in Lix (CVE-2026-44028)

Security researchers have found a security issue in Lix. This issue has been assigned CVE-2026-44028. Important note : The issues are different between Lix and CppNix but it seems there was confusion in MITRE who emitted the CVE and copied the wrong information which should have gone into the CppNix CVE, we are trying to update the CVE metadata.

Lix
Hallöchen, ich bräuchte vielleicht mal hilfe bei Nix und wende mich an das HiveMind.
Ich habe eine third party nix flake für binaryNinja (https://github.com/jchv/nix-binary-ninja) die dauerhaft auf die neuesten versionen der Binary von Binjar geupdated wird, ich habe aber nur eine alte version von BinaryNinja, da meine Lizenz ausgelaufen ist.Jetzt beschwert nix sich darüber, dass es die dependency nicht builden kann, weil ja keine binary für die entsprechende Version vorhanden ist. (1/2)
#nix #nixos #nixhelp
The GPU driver setup for non-NixOS systems has been switched from a systemd service to a tmpfiles.d configuration. If you have previously run 'non-nixos-gpu-setup', you will need to run it again to migrate. The script will automatically clean up the old systemd service and install the new tmpfiles.d config.
#NixOS #Nix #HomeManager
Coroutine stack-to-heap overflow via unbounded recursion in NAR directory parser

https://github.com/NixOS/nix/security/advisories/GHSA-vh5x-56v6-4368

#Nix #Lix

#NoCVE atm
Coroutine stack-to-heap overflow via unbounded recursion in NAR directory parser

### Impact Unbounded recursion in the NAR (Nix Archive) parser could lead to a stack-to-heap overflow when the parser is run on a coroutine stack. The stack was allocated without a guard page, w...

GitHub