diff options
| author | Albin <albin@mullvad.net> | 2025-10-08 13:46:32 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2025-10-08 13:46:32 +0200 |
| commit | 14f68ed03280c27f2c85dbdca77f40a15db14e60 (patch) | |
| tree | 3c41b72061782281330a35dcd91e506fcaa27144 /android/flake.nix | |
| parent | ae03e40f52e3b46dca622af8c247c2c01ccea8da (diff) | |
| download | mullvadvpn-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.nix | 2 |
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 = { |
