Add project to repo
This commit is contained in:
7
devenv.nix
Normal file
7
devenv.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
pre-commit.hooks = { nixpkgs-fmt.enable = true; };
|
||||
|
||||
packages = with pkgs; [ nixpkgs-fmt nixfmt ];
|
||||
}
|
||||
Reference in New Issue
Block a user