File tree Expand file tree Collapse file tree 2 files changed +2
-45
lines changed Expand file tree Collapse file tree 2 files changed +2
-45
lines changed Original file line number Diff line number Diff line change 28
28
commands = baser [
29
29
{ package = nixpkgs' . arion ; }
30
30
] ;
31
- packages = with nixpkgs' ; [
32
- treefmt
33
- alejandra
34
- nodePackages . prettier
35
- nodePackages . prettier-plugin-toml
36
- shfmt
37
- editorconfig-checker
38
- pwgen
39
- ] ;
40
- devshell . startup . nodejs-setuphook = nixpkgs' . lib . stringsWithDeps . noDepEntry ''
41
- export NODE_PATH=${ nixpkgs' . nodePackages . prettier-plugin-toml } /lib/node_modules:$NODE_PATH
42
- '' ;
31
+ packages = with nixpkgs' ; [ pwgen ] ;
43
32
devshell . startup . iogo-login = nixpkgs' . lib . stringsWithDeps . noDepEntry ''
44
33
eval "$(${ iogo } /bin/iogo login)"
45
34
'' ;
46
35
} ;
47
36
48
- # --------------------------------------
49
- # Hooks: use the default company-wide git hooks
50
- # --------------------------------------
51
- hooks = { extraModulesPath , ...} : {
52
- inherit _file ;
53
- imports = [ "${ extraModulesPath } /git/hooks.nix" ] ;
54
- git . hooks . enable = true ;
55
- git . hooks . pre-commit . text = builtins . readFile ./pre-commit.sh ;
56
- } ;
57
-
58
37
# --------------------------------------
59
38
# Cloud: tools for managing the company cloud
60
39
# --------------------------------------
155
134
commands = tooler [
156
135
{ package = nixpkgs' . jq ; }
157
136
{ package = nixpkgs' . ijq ; }
137
+ { package = nixpkgs' . icdiff ; }
158
138
{
159
139
package = nixpkgs' . fx ;
160
140
name = "fx" ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments