Upgrade nix channel and formatter
This commit is contained in:
parent
36e60604e6
commit
4ef33efc4b
@ -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": {
|
||||||
|
|||||||
@ -39,7 +39,7 @@
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
formatter = self.lib.forAllSystems (pkgs: pkgs.nixpkgs-fmt);
|
formatter = self.lib.forAllSystems (pkgs: pkgs.nixfmt);
|
||||||
|
|
||||||
devShells = self.lib.forAllSystems (pkgs: {
|
devShells = self.lib.forAllSystems (pkgs: {
|
||||||
default = pkgs.devshell.mkShell {
|
default = pkgs.devshell.mkShell {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user