This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| let | |
| # nixpkgs-src = builtins.fetchTarball { | |
| # # master of 2021-01-05. | |
| # url = "https://github.com/NixOS/nixpkgs/archive/1a57d96edd156958b12782e8c8b6a374142a7248.tar.gz"; | |
| # sha256 = "1qdh457apmw2yxbpi1biwl5x5ygaw158ppff4al8rx7gncgl10rd"; | |
| # }; | |
| # pkgs = import nixpkgs-src { | |
| # config = { | |
| # # allowUnfree may be necessary for some packages, but in general you should not need it. |