1
1

Condense path list

This commit is contained in:
2023-10-07 18:41:18 -04:00
parent fd071e9cdd
commit 53201f9c4a
2 changed files with 3 additions and 12 deletions

View File

@@ -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 \