From 7eafc7b1e4b895d1986280e192aa8d493fff8d96 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 5 Jun 2026 09:53:15 +0900 Subject: nix: update flake lock Was unfortunately not able to implement vm test suite before this release. Hopefully the last nixos update we have to follow. Signed-off-by: Ophestra --- flake.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 09520be2..92548b40 100644 --- a/flake.nix +++ b/flake.nix @@ -2,10 +2,10 @@ description = "hakurei container tool and nixos module"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-26.05"; home-manager = { - url = "github:nix-community/home-manager/release-25.11"; + url = "github:nix-community/home-manager/release-26.05"; inputs.nixpkgs.follows = "nixpkgs"; }; }; @@ -37,7 +37,7 @@ inherit (pkgs) runCommandLocal callPackage - nixfmt-rfc-style + nixfmt deadnix statix ; @@ -57,7 +57,7 @@ sharefs = callPackage ./cmd/sharefs/test { inherit system self; }; - formatting = runCommandLocal "check-formatting" { nativeBuildInputs = [ nixfmt-rfc-style ]; } '' + formatting = runCommandLocal "check-formatting" { nativeBuildInputs = [ nixfmt ]; } '' cd ${./.} echo "running nixfmt..." -- cgit v1.3.1