Reformat and add formatters to nix env
This commit is contained in:
parent
055d5ea784
commit
325493f5ab
10 changed files with 22 additions and 53 deletions
|
@ -16,15 +16,12 @@
|
|||
in {
|
||||
devShells = {
|
||||
default = pkgs.mkShell {
|
||||
buildInputs = [
|
||||
gleamPkg
|
||||
];
|
||||
buildInputs = [ gleamPkg ];
|
||||
|
||||
shellHook = ''
|
||||
${gleamPkg}/bin/gleam --version
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue