Fixed version in copySysConf module.
This commit is contained in:
parent
82028fd0e1
commit
db56b42c52
1 changed files with 1 additions and 3 deletions
|
@ -7,9 +7,7 @@ let
|
|||
copySysConf = pkgs.stdenv.mkDerivation rec {
|
||||
srcPath = ../.;
|
||||
name = "NixOS_Configuration-${version}";
|
||||
version = "0.1";
|
||||
# this does not work yet for some reason
|
||||
# version = commitIdFromGitRepo "${srcPath}/.git";
|
||||
version = commitIdFromGitRepo (srcPath + "/.git");
|
||||
|
||||
src = cleanSource srcPath;
|
||||
|
||||
|
|
Loading…
Reference in a new issue