flake.nix: bump nixpkgs, remove flake-utils

This commit is contained in:
2026-01-25 19:55:28 +09:00
parent d6b002f676
commit 7218348163
2 changed files with 4 additions and 37 deletions

View File

@@ -3,7 +3,7 @@
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
outputs = { self, nixpkgs, flake-utils }: let
outputs = { self, nixpkgs }: let
inherit (nixpkgs) lib;
systems = [