empty -> emptyDirectory
This commit is contained in:
parent
e888b00a6b
commit
2656cbf2a9
@ -36,7 +36,7 @@ let
|
|||||||
type = types.user;
|
type = types.user;
|
||||||
default = {
|
default = {
|
||||||
name = "fcgiwrap";
|
name = "fcgiwrap";
|
||||||
home = toString pkgs.empty;
|
home = toString pkgs.emptyDirectory;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -111,7 +111,7 @@ let
|
|||||||
type = types.user;
|
type = types.user;
|
||||||
default = {
|
default = {
|
||||||
name = "git";
|
name = "git";
|
||||||
home = toString pkgs.empty;
|
home = toString pkgs.emptyDirectory;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
{ pkgs }:
|
|
||||||
pkgs.runCommand "empty-1.0.0" {} "mkdir $out"
|
|
Loading…
Reference in New Issue
Block a user