bump nixpkgs version (#443)

This commit is contained in:
Simon Gardling
2026-01-12 08:28:36 -05:00
committed by GitHub
parent 2f9c88f8d8
commit a03bc903ad
3 changed files with 15 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
nixpkgs.url = "github:NixOS/nixpkgs/master";
flake-utils = {
url = "github:numtide/flake-utils";
};