File tree Expand file tree Collapse file tree 3 files changed +91
-85
lines changed Expand file tree Collapse file tree 3 files changed +91
-85
lines changed Original file line number Diff line number Diff line change 1717 url = "github:ghostty-org/ghostty" ;
1818 inputs . nixpkgs . follows = "nixpkgs" ;
1919 inputs . zig . follows = "zig" ;
20+ inputs . zon2nix . follows = "zon2nix" ;
2021 } ;
2122
2223 zon2nix = {
2526 } ;
2627
2728 zig = {
28- url = "github:silversquirl/zig-flake/4ce776e231ed72daee11a4d33459834517e0f3e4" ; # 20250920 compat with zls
29+ #block untill https://github.com/zigtools/zls/pull/2457 merged
30+ #url = "github:silversquirl/zig-flake";
31+ url = "github:mitchellh/zig-overlay" ;
2932 inputs . nixpkgs . follows = "nixpkgs" ;
3033 } ;
3134
5457 agenix = {
5558 url = "github:yaxitech/ragenix" ;
5659 inputs . nixpkgs . follows = "nixpkgs" ;
60+ inputs . rust-overlay . follows = "rust-overlay" ;
5761 } ;
5862
5963 mysecrets = {
Original file line number Diff line number Diff line change 105105 pkg-config # Wrapper Script For Allowing Packages To Get Info On Others
106106 playerctl # Allows Changing Media Volume Through Scripts
107107 ripgrep # Improved Grep
108- inputs . zig . packages . ${ system } . nightly
108+ zigpkgs . master
109+ #inputs.zig.packages.${system}.nightly block until https://github.com/zigtools/zls/pull/2457 merged
109110 ( rust-bin . selectLatestNightlyWith (
110111 toolchain :
111112 toolchain . default . override {
You can’t perform that action at this time.
0 commit comments