Finally got emacs to stop complaining about ctrl01
This commit is contained in:
parent
9440bfad19
commit
1e81adac73
|
@ -20,7 +20,6 @@ in with lib; {
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
air
|
air
|
||||||
gcc
|
|
||||||
gocode
|
gocode
|
||||||
golangci-lint
|
golangci-lint
|
||||||
gomodifytags
|
gomodifytags
|
||||||
|
@ -30,5 +29,6 @@ in with lib; {
|
||||||
gotests
|
gotests
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
environment.systemPackages = with pkgs; [ gcc gccgo go libcap ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue
Block a user