mirror of https://git.jolheiser.com/dotnix.git
parent
0dc5f37bfc
commit
42eb04c12a
|
@ -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 ''
|
||||||
|
|
|
@ -162,8 +162,8 @@
|
||||||
{
|
{
|
||||||
name = "go";
|
name = "go";
|
||||||
formatter = {
|
formatter = {
|
||||||
command = "gofumpt";
|
command = "imp";
|
||||||
args = [];
|
args = ["--gofumpt" "--stdin"];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue