Some checks failed
Update All Top Ranking Issues / update_top_ranking_issues (push) Has been cancelled
Update Weekly Top Ranking Issues / update_top_ranking_issues (push) Has been cancelled
Bump collab-staging Tag / update-collab-staging-tag (push) Has been cancelled
Run Agent Eval / Run Agent Eval (push) Has been cancelled
Run Unit Evals / Run unit evals (push) Has been cancelled
Release Nightly / Run tests (push) Has been cancelled
Release Nightly / Update nightly tag (push) Has been cancelled
Release Nightly / Build and cache Nix package (push) Has been cancelled
Release Nightly / Create a Windows installer (push) Has been cancelled
Release Nightly / Check formatting and Clippy lints (push) Has been cancelled
Release Nightly / Run tests on Windows (push) Has been cancelled
Release Nightly / Create a macOS bundle (push) Has been cancelled
Release Nightly / Create a Linux *.tar.gz bundle for x86 (push) Has been cancelled
Release Nightly / Create a Linux *.tar.gz bundle for ARM (push) Has been cancelled
Release Nightly / Build Zed on FreeBSD (push) Has been cancelled
Close Stale Issues / stale (push) Has been cancelled
Issue Response / issue-response (push) Has been cancelled
Add build and run dependencies to devenv
16 lines
409 B
YAML
16 lines
409 B
YAML
# yaml-language-server: $schema=https://devenv.sh/devenv.schema.json
|
|
inputs:
|
|
nixpkgs:
|
|
url: github:NixOS/nixpkgs/nixos-unstable
|
|
|
|
# If you're using non-OSS software, you can set allowUnfree to true.
|
|
# allowUnfree: true
|
|
|
|
# If you're willing to use a package that's vulnerable
|
|
# permittedInsecurePackages:
|
|
# - "openssl-1.1.1w"
|
|
|
|
# If you have more than one devenv you can merge them
|
|
#imports:
|
|
# - ./backend
|