mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
Revert "nixos-option: fix self inclusive src"
This commit is contained in:
parent
b9b7727514
commit
350fa79f10
@ -10,10 +10,7 @@
|
||||
stdenv.mkDerivation {
|
||||
name = "nixos-option";
|
||||
|
||||
src = lib.fileset.toSource {
|
||||
root = ./.;
|
||||
fileset = lib.fileset.fileFilter (file: file.name != "default.nix") ./.;
|
||||
};
|
||||
src = ./.;
|
||||
postInstall = ''
|
||||
installManPage ${./nixos-option.8}
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user