Revert "nixos-option: fix self inclusive src"

This commit is contained in:
K900 2024-04-30 10:52:25 +03:00 committed by GitHub
parent b9b7727514
commit 350fa79f10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}
'';