summaryrefslogtreecommitdiffhomepage
path: root/android/flake.nix
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2025-10-08 13:46:32 +0200
committerAlbin <albin@mullvad.net>2025-10-08 13:46:32 +0200
commit14f68ed03280c27f2c85dbdca77f40a15db14e60 (patch)
tree3c41b72061782281330a35dcd91e506fcaa27144 /android/flake.nix
parentae03e40f52e3b46dca622af8c247c2c01ccea8da (diff)
downloadmullvadvpn-14f68ed03280c27f2c85dbdca77f40a15db14e60.tar.xz
mullvadvpn-14f68ed03280c27f2c85dbdca77f40a15db14e60.zip
Change unstable channel
Changed since we don't rely on the testing done for nixos-unstable and this way we get upstream fixes quicker.
Diffstat (limited to 'android/flake.nix')
-rw-r--r--android/flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/flake.nix b/android/flake.nix
index b48befe941..1a29abd29b 100644
--- a/android/flake.nix
+++ b/android/flake.nix
@@ -4,7 +4,7 @@
inputs = {
# Unstable is currently needed for protoc-gen-grpc-java.
# We should switch to a stable channel once it's avaiable on those.
- nixpkgs.url = "nixpkgs/nixos-unstable";
+ nixpkgs.url = "nixpkgs/nixpkgs-unstable";
devshell.url = "github:numtide/devshell";
flake-utils.url = "github:numtide/flake-utils";
rust-overlay = {