Skip to content

a place where i maintain / build some nix packages

Notifications You must be signed in to change notification settings

putchar/nix-packaging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nix-packaging

This repo is used to test new package prior to open a pull request in nixpkgs main repo.

how to test a package

  • Make a branch inside your fork of nixpkgs repo
  • Hack your file
  • At the root of nixpkgs repo, just use a command like :
nix-build -A python3Packages.subprocess-tee

python

the command usually used for now are

nix-build default.nix
nix-shell shell.nix

About

a place where i maintain / build some nix packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages