set stable version to 22.11

This commit is contained in:
Tobias Happ 2022-12-01 22:12:40 +01:00 committed by Alexander Sosedkin
parent 7e8f1ad6e2
commit c70a1d9745
20 changed files with 50 additions and 39 deletions

View file

@ -31,10 +31,10 @@
<programlisting language="nix">
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11";
nix-on-droid = {
url = "github:t184256/nix-on-droid/release-22.05";
url = "github:t184256/nix-on-droid/release-22.11";
inputs.nixpkgs.follows = "nixpkgs";
};
};