blob: 4086210449df3cae9ac0dd54ba166a57b64db923 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# yaml-language-server: $schema=https://devenv.sh/devenv.schema.json
allowUnfree: true
inputs:
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
|