Created
October 14, 2018 15:50
-
-
Save johanot/0eca55f7aef35192ce973a3c582a900e to your computer and use it in GitHub Desktop.
Nix
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
| { file }: | |
| let | |
| pin = builtins.fromJSON (builtins.readFile file); | |
| in | |
| with pin; import ((import <nixpkgs> {}).fetchgit { inherit rev sha256 url; }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment