working
This commit is contained in:
@@ -19,14 +19,13 @@
|
||||
|
||||
overlays = with inputs; [
|
||||
tmux.overlay
|
||||
tmux.overlays."nixpkgs/plusultra"
|
||||
];
|
||||
|
||||
# Build the package set for the homies environment
|
||||
packages = {
|
||||
homies = let
|
||||
pkgs = import inputs.nixpkgs {
|
||||
system = "x86_64-linux"; # Default, will be overridden by system-specific builds
|
||||
system = "aarch64-darwin"; # Default, will be overridden by system-specific builds
|
||||
};
|
||||
in
|
||||
pkgs.buildEnv {
|
||||
@@ -66,13 +65,13 @@
|
||||
rustc # For enabling Rust support
|
||||
rust-analyzer # For Rust LSP
|
||||
python3 # For Python support
|
||||
python3Packages.pyright # For Python LSP
|
||||
nodejs # For JavaScript/TypeScript support
|
||||
nodePackages.typescript-language-server # For TS LSP
|
||||
#python3Packages.pyright # For Python LSP
|
||||
#nodejs # For JavaScript/TypeScript support
|
||||
#nodePackages.typescript-language-server # For TS LSP
|
||||
go # For Go support
|
||||
gopls # For Go LSP
|
||||
openjdk # For Java support
|
||||
jdt.ls # For Java LSP
|
||||
#openjdk # For Java support
|
||||
#jdt.ls # For Java LSP
|
||||
];
|
||||
};
|
||||
};
|
||||
@@ -103,4 +102,4 @@
|
||||
# nix build .#homies
|
||||
# nix profile install .#homies
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user