update treefmt (#407)
Flake lock file updates: • Updated input 'treefmt-nix': 'github:numtide/treefmt-nix/6717065d6a432bc3f5b827007ad959e6032d5856' (2023-01-05) → 'github:numtide/treefmt-nix/d5ed9a1e6793f99b2e179d5dec9639e48ef22db7' (2023-01-23)
This commit is contained in:
parent
bfd801cf10
commit
4ed318d209
3 changed files with 9 additions and 8 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -214,11 +214,11 @@
|
|||
},
|
||||
"treefmt-nix": {
|
||||
"locked": {
|
||||
"lastModified": 1672931382,
|
||||
"narHash": "sha256-lgtc2Sct/xtvqkdzlJ4AL3Vesw0Wz/fxqNGOBFS7YXU=",
|
||||
"lastModified": 1674470002,
|
||||
"narHash": "sha256-Tk1VaMeBTMMGEZeqv3TEwrTAdR9fYb3EH/TPI27AdKk=",
|
||||
"owner": "numtide",
|
||||
"repo": "treefmt-nix",
|
||||
"rev": "6717065d6a432bc3f5b827007ad959e6032d5856",
|
||||
"rev": "d5ed9a1e6793f99b2e179d5dec9639e48ef22db7",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -47,13 +47,14 @@
|
|||
];
|
||||
|
||||
perSystem =
|
||||
{ inputs'
|
||||
{ config
|
||||
, inputs'
|
||||
, pkgs
|
||||
, self'
|
||||
, ...
|
||||
}: {
|
||||
devShells.default = pkgs.callPackage ./shell.nix {
|
||||
inherit (self'.packages) treefmt;
|
||||
inherit config;
|
||||
};
|
||||
};
|
||||
flake.nixosConfigurations =
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{ pkgs
|
||||
, treefmt
|
||||
{ config
|
||||
, pkgs
|
||||
}:
|
||||
|
||||
with pkgs;
|
||||
|
@ -23,6 +23,6 @@ mkShellNoCC {
|
|||
]
|
||||
))
|
||||
rsync
|
||||
treefmt
|
||||
config.treefmt.build.wrapper
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue