nixos-option: fix self inclusive src (move src)
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
stdenv.mkDerivation {
|
||||
name = "nixos-option";
|
||||
|
||||
src = ./.;
|
||||
src = ./src;
|
||||
|
||||
postInstall = ''
|
||||
installManPage ${./nixos-option.8}
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user