Open DenisSud opened 3 months ago
I second this
I haven't used the Nix, and the core code of Noi is not open-source (other users can't build Noi). Is there anything I need to do to support this system?
Nixpkgs is a repository for the NixOS Linux distribution. While I'm still getting familiar with the distro and might not have all the details, I can tell you that other non-free software is already included in the Nixpkgs repo, so adding Noi should be possible.
I recommend reaching out to experienced users in the NixOS forum for guidance on packaging it. You can find them at NixOS discourse. They'll be able to provide the information and support you need.
Hello,
I would like to request the creation and publication of a Nix package for the Noi browser. Below is a summary of the process for creating and publishing a Nix package, based on the official Nix documentation.
Summary of the Process:
Create the Nix Expression:
Develop a
default.nix
file to define the package. This includes specifying the package name, version, source URL, SHA256 hash, and installation steps.Example template:
Nixpkgs Documentation on Writing Packages
Build the Package:
nix-build
to build the package from thedefault.nix
file.Test the Package Locally:
nix-env -i ./result
and verify its functionality.Publish to Nixpkgs:
pkgs/applications
, for example).Would it be possible for someone to contribute or provide guidance on creating and maintaining this Nix package for Noi? Any assistance or pointers would be greatly appreciated!
Thank you!