]> git.immae.eu Git - github/fretlink/clever-tools-nix.git/blame - example.nix
introduce changelog and update readme
[github/fretlink/clever-tools-nix.git] / example.nix
CommitLineData
ea59684d 1{ pkgs ? import <nixpkgs> {} }: with pkgs;
2b21c2df 2
e2b929c3 3let clever-tools = import (fetchFromGitHub {
ea59684d 4 owner = "fretlink";
2b21c2df 5 repo = "clever-tools-nix";
e2b929c3
HAL
6 rev = "master";
7 sha256 = "computed_hash";
8 }) {};
9 # select appropriate version (see default.nix for the supported one)
10 # clever-tools.v0_9_3
11in clever-tools.latest