diff options
-rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index 562367e..3f2817d 100644 --- a/default.nix +++ b/default.nix @@ -32,7 +32,7 @@ in with pkgs; with pkgs.stdenv; rec { name = "${baseAttrs.name}-fixme"; buildInputs = baseAttrs.buildInputs ++ [ ag ]; buildPhase = '' - ag FIXME --ignore default.nix || { + ag FIXME --ignore default.nix --ignore pastebin/skeleton.org || { touch $out } ''; |