-
-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy pathdevenv.yaml
More file actions
28 lines (25 loc) · 931 Bytes
/
devenv.yaml
File metadata and controls
28 lines (25 loc) · 931 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
# Copyright (c) 2024 Sharezone UG (haftungsbeschränkt)
# Licensed under the EUPL-1.2-or-later.
#
# You may obtain a copy of the Licence at:
# https://joinup.ec.europa.eu/software/page/eupl
#
# SPDX-License-Identifier: EUPL-1.2
inputs:
nixpkgs:
url: github:cachix/devenv-nixpkgs/rolling
# Used to select the same version of Flutter as used in `.fvmrc`.
# Search here for a commit that updates Flutter to the desired version:
# https://github.com/NixOS/nixpkgs/commits/nixos-unstable/pkgs/development/compilers/flutter
nixpkgs-flutter:
url: github:NixOS/nixpkgs/master
# If you're using non-OSS software, you can set allowUnfree to true.
# We need it for the Android SDK and Google Chrome
allowUnfree: true
clean.enabled: 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