Skip to content

Commit

Permalink
Revert "nixos-option: fix self inclusive src"
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed Apr 30, 2024
1 parent b9b7727 commit 350fa79
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkgs/tools/nix/nixos-option/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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}
'';
Expand Down

0 comments on commit 350fa79

Please sign in to comment.