From a5a85aaf7f2f1d74dba0fa4bd04f4caa2bccd102 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Thu, 23 Jan 2025 14:44:40 -0600 Subject: [PATCH] treefmt --- .github/workflows/update.yml | 2 -- hosts/othalan/default.nix | 2 +- todo.md | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 08a4dd1..bacb27d 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -17,7 +17,6 @@ on: default: "" type: string - # schedule: # # At minute 00:00 on Monday, Wednesday, and Friday. # - cron: 0 0 * * 1,3,5 @@ -71,7 +70,6 @@ jobs: -- ${{ env.nix-flags }} - - name: Commit Updates uses: daylin-bot/actions/commit-and-push@main with: diff --git a/hosts/othalan/default.nix b/hosts/othalan/default.nix index 2696825..34a8b6e 100644 --- a/hosts/othalan/default.nix +++ b/hosts/othalan/default.nix @@ -29,5 +29,5 @@ }; }; - environment.systemPackages = [pkgs.stable.quarto]; + environment.systemPackages = [ pkgs.stable.quarto ]; } diff --git a/todo.md b/todo.md index b118e9e..02dc184 100644 --- a/todo.md +++ b/todo.md @@ -5,7 +5,7 @@ Could make an `oizys check` command: - `check lock` could encapsulate any diagnostic code I want to run that does things like check for too many "inputs". - essentially getting the same output as this `jq < flake.lock '.nodes | keys[] | select(contains("_"))` + essentially getting the same output as this `jq < flake.lock '.nodes | keys[] | select(contains("_"))` - `check cache ` check for the narinfo in my cache given some nix store path ## software