fixed formatting
This commit is contained in:
parent
7ec36e8a2b
commit
d8dd32193d
15 changed files with 167 additions and 76 deletions
|
|
@ -1,4 +1,6 @@
|
|||
{pkgs ? import <nixpkgs> {}}:
|
||||
{
|
||||
pkgs ? import <nixpkgs> { },
|
||||
}:
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs.buildPackages; [
|
||||
deadnix
|
||||
|
|
@ -6,4 +8,4 @@ pkgs.mkShell {
|
|||
treefmt
|
||||
nixfmt-rfc-style
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue