Merge pull request #25631 from rht/master

Use consistent package naming for HEAD.nix files
This commit is contained in:
Arseniy Seroka
2017-05-09 11:27:03 +03:00
committed by GitHub
5 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ fetchgit, fetchFromGitHub, bootPkgs }:
bootPkgs.callPackage ./base.nix {
version = "0.2.020170323";
version = "2017-03-23";
inherit bootPkgs;