10000 GitHub - imincik/devenv-nix: Extra Nix patches for Devenv
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

imincik/devenv-nix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Create a new Devenv Nix release

  • Sync source code with Nix upstream

  • Create new branch from new Nix release tag

  git branch devenv-<TAG> <TAG>
  git checkout devenv-<TAG>
  • Pull patches
  git checkout devenv-patches -- patches-list.txt
  git checkout devenv-patches -- patches
  • Check if patches apply
  while read p; do git apply --check $p; done < patches-list.txt
  • Apply patches
  while read p; do git apply $p; done < patches-list.txt

About

Extra Nix patches for Devenv

Resources

Stars

Watchers

Forks

Packages

No packages published
0