nixpkgs-multiverse를 통해 모든 패키지 버전을 쉽게 접근할 수 있는 방법을 소개합니다.
nixpkgs-multiverse는 Nixpkgs 커밋을 일일이 찾아서 고정하지 않고도 모든 패키지 버전에 접근할 수 있게 해주는 프로젝트입니다. 일반적인 flake 입력과 달리, 이 프로젝트는 builtins.fetchTree와 narHash를 사용하여 필요한 패키지 버전을 효율적으로 다룰 수 있습니다. 이러한 기능은 개발자에게 과거의 모든 패키지를 손쉽게 관리할 수 있는 유용한 도구가 됩니다.
nixpkgs-multiverse provides easy access to all package versions without manual commit fixing.
nixpkgs-multiverse is a project that allows access to every package version of past Nixpkgs commits without requiring manual fixing. Unlike regular flake inputs, this project efficiently handles necessary package versions using builtins.fetchTree and narHash. This functionality serves as a valuable tool for developers to manage all historical packages with ease.