From 6deec53c0f34d5e9f574d5bbea32454185882ddf Mon Sep 17 00:00:00 2001 From: Victor Date: Fri, 26 May 2023 21:33:00 +0200 Subject: [PATCH] test flake --- .forgejo/workflows/test.yml | 2 +- nixos/hosts/olympus/woodpecker/configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index a1ff002..5ab65d4 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -6,4 +6,4 @@ jobs: steps: - uses: actions/checkout@v3 - run: | - nix --version + nix flake info diff --git a/nixos/hosts/olympus/woodpecker/configuration.nix b/nixos/hosts/olympus/woodpecker/configuration.nix index b322124..20d603a 100644 --- a/nixos/hosts/olympus/woodpecker/configuration.nix +++ b/nixos/hosts/olympus/woodpecker/configuration.nix @@ -62,7 +62,7 @@ in { gitMinimal gnused nodejs - nix + nixUnstable wget ]; };