From 8f7b16b221b0bb3e69164e1e53951a3c177d26ac Mon Sep 17 00:00:00 2001 From: Ryan Butler Date: Thu, 14 Nov 2024 16:24:18 -0500 Subject: [PATCH] tmp --- nix/machines/hil-common.nix | 1 + nix/shells/development.nix | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/nix/machines/hil-common.nix b/nix/machines/hil-common.nix index 09822b6d..e9710500 100644 --- a/nix/machines/hil-common.nix +++ b/nix/machines/hil-common.nix @@ -108,6 +108,7 @@ in "${hostname}" = { enable = true; name = "${hostname}"; + package = pkgs.unstable.github-runner; url = "https://github.com/worldcoin/orb-os"; tokenFile = "/etc/worldcoin/secrets/gh-runner-token"; extraLabels = [ "nixos" "flashing-hil" "${hostname}" ]; diff --git a/nix/shells/development.nix b/nix/shells/development.nix index db6609e1..ac4e5159 100644 --- a/nix/shells/development.nix +++ b/nix/shells/development.nix @@ -43,10 +43,7 @@ let in { # Everything in here becomes your shell (nix develop) - devShells.default = p.native.mkShell.override - { - stdenv = p.native.clangStdenv; - } + devShells.default = p.native.mkShell { # Nix makes the following list of dependencies available to the development # environment.