[NixOS] Bump nixpkgs

This commit is contained in:
2025-05-07 09:32:11 -06:00
parent e7d06c8b91
commit 5cbf3ac32e
9 changed files with 78 additions and 78 deletions

View File

@@ -1,7 +1,7 @@
{
inputs = {
nixpkgs = {
url = "github:colonelpanic8/nixpkgs/my-unstable";
url = "github:NixOS/nixpkgs/nixos-unstable";
};
flake-utils = {