-
Looks like there is a demand by upstream to have this upstreamed into nixpkgs
https://social.kernel.org/notice/Ao272Yzax1RQ2jUamm
WDYT?
-
Maybe I am calling this incorrectly but it looks like the generated `Cargo.nix` is expecting a `buildRustPackages`, should this be coming from nixpkgs? I'm new to building rust and I'm not sure if thi…
-
Hey I would appreciate it if muvm was added to nixpkgs... I got it working with this config:
```nix
{
pkgs,
lib,
rustPlatform,
fetchFromGitHub,
}:
let
libkrun-muvm = pkgs.libkrun.ov…
-
Currently there's a bit of Nix complexity in the flake. It would be pretty crass to copy/paste this into nixpkgs.
So better extracted from the flake, suitable for direct consumption.
@jaredmont…
-
**Is your feature request related to a problem? Please describe.**
No.
---
I was working on packaging this to Nixpkgs before I realized you did all the hard work for me!
Do you have any plan…
-
As a final step of #140, let's upstream to nixpkgs:
## Preliminary
- [x] Finalize LICENSE for omnix and crates @srid
- [x] Release `omnix` crate to crates.io @srid
## Second version
- […
-
Are there any plans to make tsui available on nixpkgs in the future?
-
I would like to upgrade the neovim wrapper documentation and I prefer to document it within the code, ie.: pkgs/applications/editors/neovim/wrapper.nix.
I've patched doc/doc-support/lib-function-docs…
teto updated
11 hours ago
-
After bumping nixpkgs, the uninstaller is crashing with a SIGBUS.
* Good: [=0.1.698755+rev-807e9154dcb16384b1b765ebe9cd2bba2ac287fd](https://flakehub.com/flake/NixOS/nixpkgs/0.1.698755+rev-807e9154…
-
**Describe the bug**
I want to use devenv to setup a development environment for a Python project. Instead of the somewhat outdated Python 3.12.x version from the stable nixpkgs input, I want to us…