Skip to content

Instantly share code, notes, and snippets.

@johanot
Created October 14, 2018 15:50
Show Gist options
  • Select an option

  • Save johanot/0eca55f7aef35192ce973a3c582a900e to your computer and use it in GitHub Desktop.

Select an option

Save johanot/0eca55f7aef35192ce973a3c582a900e to your computer and use it in GitHub Desktop.
Nix
{ 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