Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
TheButlah committed Nov 14, 2024
1 parent b3dbbe4 commit 8f7b16b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions nix/machines/hil-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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}" ];
Expand Down
5 changes: 1 addition & 4 deletions nix/shells/development.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8f7b16b

Please sign in to comment.