From 73d4518a280e41b8b1bc7997cb5eb28e6622474a Mon Sep 17 00:00:00 2001 From: Arnie Date: Thu, 3 Oct 2024 08:47:33 +0200 Subject: [PATCH] Upgrade nix channel and formatter --- flake.lock | 6 +++--- flake.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 48ea267..ec8ca07 100644 --- a/flake.lock +++ b/flake.lock @@ -22,11 +22,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1727348695, - "narHash": "sha256-J+PeFKSDV+pHL7ukkfpVzCOO7mBSrrpJ3svwBFABbhI=", + "lastModified": 1727802920, + "narHash": "sha256-HP89HZOT0ReIbI7IJZJQoJgxvB2Tn28V6XS3MNKnfLs=", "owner": "nixos", "repo": "nixpkgs", - "rev": "1925c603f17fc89f4c8f6bf6f631a802ad85d784", + "rev": "27e30d177e57d912d614c88c622dcfdb2e6e6515", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index df42125..981c09b 100644 --- a/flake.nix +++ b/flake.nix @@ -39,7 +39,7 @@ }); }; - formatter = self.lib.forAllSystems (pkgs: pkgs.nixpkgs-fmt); + formatter = self.lib.forAllSystems (pkgs: pkgs.nixfmt-rfc-style); devShells = self.lib.forAllSystems (pkgs: { default = pkgs.devshell.mkShell {