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