warbo-utilities: 0ff111d253926c17b664e5b15795f412fd2c118f

     1: From: Chris Warburton
     2: Date: Fri, 08 Jun 2018 13:14:37 +0100
     3: State: new
     4: Subject: Make trackGit ask if we want a release.nix
     5: Message-Id: <dbf815300f36ff4e-0-artemis@nixos>
     6: 
     7: If not found, ask if we want one. If yes, copy in a template from
     8: ~/.templates, like:
     9: 
    10:     {
    11:         stable = import ./. { packageOnly = false; };
    12:       unstable = import ./. { packageOnly = false;
    13:                               pkgs = import <nixpkgs> {}; };
    14:     }

Generated by git2html.