Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 654 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 654 Bytes

Minimal stdenv

This repo is meant to encapsulate all the logic around stdenv, spliced packages, and construction of a package set given additional overlays.

The desire is for this to be the base on which larger nix package sets build upon.

Changes from upstream Nixpkgs

  • stdenv.isCross is now defined

Status

Stdenv's supported:

  • x86_64-linux
  • aarch64-linux
  • aarch64-darwin

Testing

default.nix is meant to be treated in a similar fashion to nixpkgs so, nix-build and nix repl workflows should translate to this repo as well:

nix-build -A stdenv
/nix/store/lk2ax3a6mqrm5ddkg3s4f31m33w89k85-stdenv-linux