[msftlap] Install claude code and nodejs with the latest unstable.
Signed-off-by: Mariano Uvalle <juvallegarza@microsoft.com>
This commit is contained in:
parent
72cd5c6b4f
commit
7ee9372ed5
3 changed files with 16 additions and 6 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -302,11 +302,11 @@
|
|||
},
|
||||
"nixpkgs-unstable_2": {
|
||||
"locked": {
|
||||
"lastModified": 1743315132,
|
||||
"narHash": "sha256-6hl6L/tRnwubHcA4pfUUtk542wn2Om+D4UnDhlDW9BE=",
|
||||
"lastModified": 1751984180,
|
||||
"narHash": "sha256-LwWRsENAZJKUdD3SpLluwDmdXY9F45ZEgCb0X+xgOL0=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "52faf482a3889b7619003c0daec593a1912fddc1",
|
||||
"rev": "9807714d6944a957c2e036f84b0ff8caf9930bc0",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
13
flake.nix
13
flake.nix
|
|
@ -133,7 +133,14 @@
|
|||
};
|
||||
};
|
||||
|
||||
homeConfigurations = {
|
||||
homeConfigurations = let
|
||||
pkgs-unstable_x86_64-linux = import nixpkgs-unstable {
|
||||
system = "x86_64-linux";
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
};
|
||||
};
|
||||
in {
|
||||
alarm = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages."aarch64-linux";
|
||||
modules = [
|
||||
|
|
@ -144,7 +151,7 @@
|
|||
pkgs = nixpkgs.legacyPackages."x86_64-linux";
|
||||
extraSpecialArgs = {
|
||||
pkgs-msft-go = nixpkgs-msft-go.legacyPackages."x86_64-linux";
|
||||
pkgs-unstable = nixpkgs-unstable.legacyPackages."x86_64-linux";
|
||||
pkgs-unstable = pkgs-unstable_x86_64-linux;
|
||||
};
|
||||
modules = [
|
||||
./users/msftdevbox/home.nix
|
||||
|
|
@ -155,7 +162,7 @@
|
|||
extraSpecialArgs = {
|
||||
inherit ghostty nixgl;
|
||||
pkgs-msft-go = nixpkgs-msft-go.legacyPackages."x86_64-linux";
|
||||
pkgs-unstable = nixpkgs-unstable.legacyPackages."x86_64-linux";
|
||||
pkgs-unstable = pkgs-unstable_x86_64-linux;
|
||||
};
|
||||
modules = [
|
||||
./users/nixlapmsft/home.nix
|
||||
|
|
|
|||
|
|
@ -42,6 +42,9 @@
|
|||
(config.lib.nixGL.wrap ghostty.packages.x86_64-linux.default)
|
||||
nerd-fonts.bigblue-terminal
|
||||
nerd-fonts.fira-code
|
||||
|
||||
pkgs-unstable.nodejs_24
|
||||
pkgs-unstable.claude-code
|
||||
];
|
||||
|
||||
stateVersion = "24.11";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue