devenv.nix 82 B

123456
  1. { pkgs, ... }:
  2. {
  3. environment.systemPackages = [
  4. pkgs.unstable.devenv
  5. ];
  6. }