Upgrade nix channel and formatter

This commit is contained in:
Arnie 2024-10-03 08:47:33 +02:00
parent 36e60604e6
commit 73d4518a28
2 changed files with 4 additions and 4 deletions

View File

@ -22,11 +22,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1727348695, "lastModified": 1727802920,
"narHash": "sha256-J+PeFKSDV+pHL7ukkfpVzCOO7mBSrrpJ3svwBFABbhI=", "narHash": "sha256-HP89HZOT0ReIbI7IJZJQoJgxvB2Tn28V6XS3MNKnfLs=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "1925c603f17fc89f4c8f6bf6f631a802ad85d784", "rev": "27e30d177e57d912d614c88c622dcfdb2e6e6515",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -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: { devShells = self.lib.forAllSystems (pkgs: {
default = pkgs.devshell.mkShell { default = pkgs.devshell.mkShell {