• All users of Nixpkgs are free software users, and many users (and developers) of Nixpkgs want to limit and tightly control their exposure to unfree software.
  • Yayın zamanı: 7 saat önce
    Nixpkgs can be defined using the following code: inputs.nixpkgs.url = "github:NixOS/nixpkgs/<branch name>"
  • Note: MIT license does not apply to the packages built by Nixpkgs, merely to the files in this repository (the Nix expressions, build scripts, NixOS modules, etc.).
    • Issues:
      5k+
  • Yayın zamanı: 5 saat önce
    Do you want to use home-manager (considering nixpkgs and nix-darwin both have limited configuration options, I personally strongly recommend using...
  • Yayın zamanı: 2 saat önce
    Flake outputs outputs = { self, nixpkgs, nixpkgs-python }: let #. ... pkgs = import nixpkgs { inherit system; }; }); in { #. Development environment output.
  • nixpkgs.news. @Infinisil has updated the community on the Nix Constitutional Assembly, pertaining to the target date, public repository, office hours, and interviews.
  • Let’s do something more interesting with our flake.nix by adding the nixpkgs input: The nixpkgs flake has an output called legacyPackages...
  • Nixpkgs (pronounced "Nix packages") is a big collection of Nix expressions, packages (who'd have thought...), and build utilities for the Nix ecosystem.
  • Found the documentation lacking? I tried here to make a simple, straight forward guide going through all the steps of adding your package to nixpkgs, Let’s start!
  • Nixpkgs describes how to build tens of thousands of pieces of software and implements a Linux distribution.