Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

flox/nixpkgs-catalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

nixpkgs catalog

by flox

Warning

This repo is deprecated, the catalogs are now managed in flox/nixpkgs-flox


Catalog of nixpkgs for all major systems.

Catalogs are separated by system and live on individual branches.

The *-new branches contain the same catalogs as their non new counterpart, but spread accross a file tree rather than combined into a single file.

Updates to the catalog are propagated to nixpkgs-flox by a github action in .github/workflows/trigger-update.yml.

Changes to this file have to be merged into all catalog branches to take effect for all.

Note that the non-new branches are an unrelated commit tree, main needs to be merged using

git merge main --allow-unrelated-histories

Merge all all branches using this script:

for branch in x86_64-darwin-new x86_64-darwin x86_64-linux-new x86_64-linux aarch64-darwin-new aarch64-darwin aarch64-linux-new aarch64-linux; do
  git switch "$branch"
  git merge main --allow-unrelated-histories
done

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published