File tree Expand file tree Collapse file tree 3 files changed +9
-68
lines changed
Expand file tree Collapse file tree 3 files changed +9
-68
lines changed Original file line number Diff line number Diff line change 22 description = "rainyzen's flake" ;
33
44 inputs = {
5- nixpkgs . url = "github:NixOS/ nixpkgs/nixos-unstable" ;
5+ nixpkgs . url = "nixpkgs/nixos-unstable" ;
66 home-manager = {
77 url = "github:nix-community/home-manager/master" ;
88 inputs . nixpkgs . follows = "nixpkgs" ;
2525 inputs . nixpkgs . follows = "nixpkgs" ;
2626 inputs . flake-compat . follows = "" ;
2727 } ;
28- claude-code = {
29- url = "github:sadjow/claude-code-nix" ;
30- inputs . nixpkgs . follows = "nixpkgs" ;
31- } ;
3228 codex-cli = {
3329 url = "github:sadjow/codex-cli-nix" ;
3430 inputs . nixpkgs . follows = "nixpkgs" ;
Original file line number Diff line number Diff line change 1010
1111 home . packages = with pkgs ; [
1212 # AI
13- inputs . claude-code . packages . ${ pkgs . system } . claude-code
1413 inputs . codex-cli . packages . ${ pkgs . system } . default
14+ claude-code
1515
1616 neovim
1717 lazygit
2121 fastfetch
2222 zip
2323
24+ bun
2425 nodejs-slim_25
2526 ] ;
2627}
You can’t perform that action at this time.
0 commit comments