diff --git a/.gitea/workflows/silver-hand-deploy.yaml b/.gitea/workflows/silver-hand-deploy.yaml index 32ad2283..3341f9fe 100644 --- a/.gitea/workflows/silver-hand-deploy.yaml +++ b/.gitea/workflows/silver-hand-deploy.yaml @@ -18,7 +18,11 @@ jobs: uses: cachix/install-nix-action@v30 with: github_access_token: ${{ secrets.RUNNER_GITHUB_TOKEN }} + nix_path: nixpkgs=channel:nixos-24.05 - name: Check Nix Install run: | nix flake show github:NixOS/nixpkgs - nix --version \ No newline at end of file + nix --version + - name: Run deploy-rs from flake + run: | + nix run github:serokell/deploy-rs#defaultPackage.x86_64-linux -- --version \ No newline at end of file diff --git a/nix/nix-lab/flake.nix b/nix/nix-lab/flake.nix index 98f71b36..7e6b9e7a 100644 --- a/nix/nix-lab/flake.nix +++ b/nix/nix-lab/flake.nix @@ -12,7 +12,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; }; - outputs = inputs@{ self, nixpkgs, deploy-rs, home-manager, ... }: + outputs = inputs@{ self, nixpkgs, deploy-rs, ... }: let system = "x86_64-linux"; pkgs = import inputs.nixpkgs {