parent
0dc5f37bfc
commit
42eb04c12a
|
@ -54,6 +54,7 @@
|
|||
jetbrains.goland
|
||||
|
||||
# Personal NUR
|
||||
nur.repos.jolheiser.imp
|
||||
nur.repos.jolheiser.tmpl
|
||||
];
|
||||
activation.report-changes = config.lib.dag.entryAnywhere ''
|
||||
|
|
|
@ -162,8 +162,8 @@
|
|||
{
|
||||
name = "go";
|
||||
formatter = {
|
||||
command = "gofumpt";
|
||||
args = [];
|
||||
command = "imp";
|
||||
args = ["--gofumpt" "--stdin"];
|
||||
};
|
||||
}
|
||||
{
|
||||
|
|
|
@ -86,11 +86,11 @@
|
|||
"nixpkgs": "nixpkgs"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1688920912,
|
||||
"narHash": "sha256-sHFezVZtWWgbUvBBwsAVaHh9gOqCK8ytuJ7YOXcdt0Q=",
|
||||
"lastModified": 1689552269,
|
||||
"narHash": "sha256-8sGL2oxKREWs9BxF+geLdJsyjrdHjiKuZPcS5segiDQ=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "d1d2f82ea33f995257998b6ae451d7cca284ff25",
|
||||
"revCount": 144,
|
||||
"rev": "a6b87c70764102f297ab228d5199ccf58d14d44e",
|
||||
"revCount": 146,
|
||||
"type": "git",
|
||||
"url": "https://git.jojodev.com/jolheiser/nur"
|
||||
},
|
||||
|
|
Reference in New Issue