This website requires JavaScript.
Explore
Help
Register
Sign In
SelfPrivacy
/
selfprivacy.org.app
Watch
1
Star
0
Fork
You've already forked selfprivacy.org.app
0
mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced
2024-11-17 06:03:20 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
e882ace7a7
selfprivacy.org.app
/
shell.nix
6 lines
101 B
Nix
Raw
Normal View
History
Unescape
Escape
nix-shell environment and basic drone ci config
2022-08-27 12:18:03 +00:00
{
pkgs
?
import
<nixpkgs>
{
}
}:
pkgs
.
mkShell
{
be pure and add dart
2022-08-27 13:43:21 +00:00
nativeBuildInputs
=
with
pkgs
;
[
flutter
dart
]
;
nix-shell environment and basic drone ci config
2022-08-27 12:18:03 +00:00
}
Reference in a new issue
Copy permalink