diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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..." |
