1
0
Fork 0

feat: imp

Signed-off-by: jolheiser <john.olheiser@gmail.com>
main
jolheiser 2023-07-16 19:08:16 -05:00
parent 0dc5f37bfc
commit 42eb04c12a
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
3 changed files with 7 additions and 6 deletions

View File

@ -54,6 +54,7 @@
jetbrains.goland
# Personal NUR
nur.repos.jolheiser.imp
nur.repos.jolheiser.tmpl
];
activation.report-changes = config.lib.dag.entryAnywhere ''

View File

@ -162,8 +162,8 @@
{
name = "go";
formatter = {
command = "gofumpt";
args = [];
command = "imp";
args = ["--gofumpt" "--stdin"];
};
}
{

View File

@ -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"
},