working
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
result/*
|
||||||
|
result
|
||||||
Generated
+3
-3
@@ -104,11 +104,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1787070829,
|
"lastModified": 1787135253,
|
||||||
"narHash": "sha256-vXNVDVtvfiQuXthP0NHPFdNvvMTkGpx0UP8oddIWbNk=",
|
"narHash": "sha256-RD2kNWCG+Bjo6h+JVjWVNntZs2GtRoeY2xHjts/FNkA=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "0ae2bc1419c3f345984c2629e72e7a631820fa4d",
|
"rev": "ffb3c9b700e759be2ef13237c9d8f953b32a1e46",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -19,14 +19,13 @@
|
|||||||
|
|
||||||
overlays = with inputs; [
|
overlays = with inputs; [
|
||||||
tmux.overlay
|
tmux.overlay
|
||||||
tmux.overlays."nixpkgs/plusultra"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Build the package set for the homies environment
|
# Build the package set for the homies environment
|
||||||
packages = {
|
packages = {
|
||||||
homies = let
|
homies = let
|
||||||
pkgs = import inputs.nixpkgs {
|
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
|
in
|
||||||
pkgs.buildEnv {
|
pkgs.buildEnv {
|
||||||
@@ -66,13 +65,13 @@
|
|||||||
rustc # For enabling Rust support
|
rustc # For enabling Rust support
|
||||||
rust-analyzer # For Rust LSP
|
rust-analyzer # For Rust LSP
|
||||||
python3 # For Python support
|
python3 # For Python support
|
||||||
python3Packages.pyright # For Python LSP
|
#python3Packages.pyright # For Python LSP
|
||||||
nodejs # For JavaScript/TypeScript support
|
#nodejs # For JavaScript/TypeScript support
|
||||||
nodePackages.typescript-language-server # For TS LSP
|
#nodePackages.typescript-language-server # For TS LSP
|
||||||
go # For Go support
|
go # For Go support
|
||||||
gopls # For Go LSP
|
gopls # For Go LSP
|
||||||
openjdk # For Java support
|
#openjdk # For Java support
|
||||||
jdt.ls # For Java LSP
|
#jdt.ls # For Java LSP
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user