Compare commits

..

No commits in common. "ab31fdebcc6f3c7c1949b5ee07e386cc060bcf81" and "89e812fddd87eaa0a4ddbc293cc8d2e92571ac3b" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
name: do a bunch of stuff
on:
workflow_dispatch:
push:
jobs:
build:

View file

@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
flake-parts = {
url = "github:hercules-ci/flake-parts";