chore: update flake, move to nixos-unstable

This commit is contained in:
2025-04-06 21:48:58 -04:00
parent a601f1ceec
commit a3c1ae5615
2 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
{
description = "Unnamed Chat Server API";
inputs.nixpkgs.url = "nixpkgs/nixos-24.11";
inputs.nixpkgs.url = "nixpkgs/nixos-unstable";
outputs = { self, nixpkgs }:
let
@@ -39,4 +39,4 @@
};
});
};
}
}