From 53201f9c4a0462e8a79a06e48938dc46125c8380 Mon Sep 17 00:00:00 2001 From: Bill Ewanick Date: Sat, 7 Oct 2023 18:41:18 -0400 Subject: [PATCH] Condense path list --- nixos-apps/cutesealfanpage.love.nix | 10 ++-------- nixos-apps/ewanick.com.nix | 5 +---- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/nixos-apps/cutesealfanpage.love.nix b/nixos-apps/cutesealfanpage.love.nix index 58a9aad..78d4342 100644 --- a/nixos-apps/cutesealfanpage.love.nix +++ b/nixos-apps/cutesealfanpage.love.nix @@ -21,10 +21,7 @@ in cutesealfanpage-hakyll-site = { enable = true; description = "The hakyll executable that rebuilds the site when a new blog post is created."; - path = with pkgs; [ - nix - git - ]; + path = with pkgs; [ nix git ]; script = '' cd ${PROJECT_ROOT} nix run .#hakyll-site -- watch --no-server @@ -35,10 +32,7 @@ in enable = true; description = "The haskell script that creates the new post of the day."; startAt = "08:12:42"; - path = with pkgs; [ - nix - git - ]; + path = with pkgs; [ nix git ]; script = '' cd ${PROJECT_ROOT} nix run .#generateSealPosts diff --git a/nixos-apps/ewanick.com.nix b/nixos-apps/ewanick.com.nix index 0211865..bbc2c00 100644 --- a/nixos-apps/ewanick.com.nix +++ b/nixos-apps/ewanick.com.nix @@ -22,10 +22,7 @@ in ewanick-site = { enable = true; description = "A blog powered by Emanote running solely on Markdown files."; - path = with pkgs; [ - nix - git - ]; + path = with pkgs; [ nix git ]; script = '' cd ${PROJECT_ROOT} nix run github:srid/emanote --accept-flake-config \