-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdevenv.yaml
More file actions
30 lines (30 loc) · 756 Bytes
/
devenv.yaml
File metadata and controls
30 lines (30 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# yaml-language-server: $schema=https://devenv.sh/devenv.schema.json
inputs:
storm-ops:
url: github:storm-software/storm-ops
flake: false
fenix:
url: github:nix-community/fenix
inputs:
nixpkgs:
follows: nixpkgs
nixpkgs:
url: github:cachix/devenv-nixpkgs/rolling
nixpkgs-unstable:
url: github:nixos/nixpkgs/nixpkgs-unstable
rust-overlay:
url: github:oxalica/rust-overlay
inputs:
nixpkgs:
follows: nixpkgs
treefmt-nix:
url: github:numtide/treefmt-nix
inputs:
nixpkgs:
follows: nixpkgs
imports:
- storm-ops/devenv-modules/base
- storm-ops/devenv-modules/core
- storm-ops/devenv-modules/rust
- storm-ops/devenv-modules/ai
- storm-ops/devenv-modules/mdbook