change go path, ffs

This commit is contained in:
DashieTM 2024-05-03 22:47:20 +02:00
parent cf63b635ac
commit dcfb38839d
6 changed files with 21 additions and 23 deletions

View file

@ -9,5 +9,8 @@
SUDO_EDITOR = "neovide --no-fork";
SCRIPTS = "$HOME/.config/scripts";
};
environment.sessionVariables.NIXOS_OZONE_WL = "1";
environment.sessionVariables = {
NIXOS_OZONE_WL = "1";
GOPATH = "$HOME/.go";
};
}

30
nix/flake.lock generated
View file

@ -350,11 +350,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1713625742,
"narHash": "sha256-8MD2uCuGs0v09S/sLR8xC0gYXk6RFSwWdyqYyTpCnes=",
"lastModified": 1714642414,
"narHash": "sha256-Fs83qDWunAxlTbEiC9YbCzpMvxS8wZmPJ18W28Zgl/8=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "141867ab45d3f1dba928d61dea643bd5a98778fb",
"rev": "121251b7c5567bc118d6af2ec8c464a951792b45",
"type": "github"
},
"original": {
@ -363,22 +363,6 @@
"type": "github"
}
},
"nixpkgs_3": {
"locked": {
"lastModified": 1706487304,
"narHash": "sha256-LE8lVX28MV2jWJsidW13D2qrHU/RUUONendL2Q/WlJg=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "90f456026d284c22b3e3497be980b2e47d0b28ac",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"Hyprspace": "Hyprspace",
@ -416,11 +400,13 @@
"rust-overlay_2": {
"inputs": {
"flake-utils": "flake-utils_2",
"nixpkgs": "nixpkgs_3"
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1713579131,
"narHash": "sha256-j/lrqFNzm7SdlBlKX43kA2Wp0OaGVOUjQGnER9//4Ao=",
"lastModified": 1714702555,
"narHash": "sha256-/NoUbE5S5xpK1FU3nlHhQ/tL126+JcisXdzy3Ng4pDU=",
"type": "tarball",
"url": "https://github.com/oxalica/rust-overlay/archive/master.tar.gz"
},

View file

@ -23,6 +23,7 @@
};
rust-overlay = {
url = "https://github.com/oxalica/rust-overlay/archive/master.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
};
anyrun.url = "github:Kirottu/anyrun";

View file

@ -31,6 +31,8 @@
maven
jdt-language-server
adoptopenjdk-jre-bin
omnisharp-roslyn
csharpier
#vscode-extensions.vscjava.vscode-java-test
#vscode-extensions.vscjava.vscode-java-debug
];

View file

@ -67,6 +67,7 @@
nvim-ts-context-commentstring
nvim-web-devicons
nvim-jdtls
omnisharp-extended-lsp-nvim
neotest
neotest-java
neotest-rust

View file

@ -64,6 +64,10 @@ return {
ansiblels = {
mason = false,
},
omnisharp = {
mason = false,
cmd = { "OmniSharp" },
},
typst_lsp = {
settings = {
experimentalFormatterMode = "on",
@ -158,6 +162,7 @@ return {
nix = { "nixpkgs-fmt" },
lua = { "stylua" },
sh = { "shfmt" },
cs = { "dotnet-csharpier" },
},
},
},