diff --git a/.forgejo/workflows/action.yml b/.forgejo/workflows/action.yml index 2b7f269..4aac00e 100644 --- a/.forgejo/workflows/action.yml +++ b/.forgejo/workflows/action.yml @@ -11,6 +11,6 @@ jobs: name: Print hello world runs-on: default steps: - - uses: actions/checkout@v4 - - uses: cachix/install-nix-action@56a7bb7b56d9a92d4fd1bc05758de7eea4a370a8 - - run: nix flake check \ No newline at end of file + - name: Echo + run: | + echo "Hello, world!" \ No newline at end of file diff --git a/machines/m1/configuration.nix b/machines/m1/configuration.nix index 9e26dfe..e69de29 100644 --- a/machines/m1/configuration.nix +++ b/machines/m1/configuration.nix @@ -1 +0,0 @@ -{} \ No newline at end of file