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 jetbrains.goland
# Personal NUR # Personal NUR
nur.repos.jolheiser.imp
nur.repos.jolheiser.tmpl nur.repos.jolheiser.tmpl
]; ];
activation.report-changes = config.lib.dag.entryAnywhere '' activation.report-changes = config.lib.dag.entryAnywhere ''

View File

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

View File

@ -86,11 +86,11 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1688920912, "lastModified": 1689552269,
"narHash": "sha256-sHFezVZtWWgbUvBBwsAVaHh9gOqCK8ytuJ7YOXcdt0Q=", "narHash": "sha256-8sGL2oxKREWs9BxF+geLdJsyjrdHjiKuZPcS5segiDQ=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "d1d2f82ea33f995257998b6ae451d7cca284ff25", "rev": "a6b87c70764102f297ab228d5199ccf58d14d44e",
"revCount": 144, "revCount": 146,
"type": "git", "type": "git",
"url": "https://git.jojodev.com/jolheiser/nur" "url": "https://git.jojodev.com/jolheiser/nur"
}, },