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 17
17
url = "github:ghostty-org/ghostty" ;
18
18
inputs . nixpkgs . follows = "nixpkgs" ;
19
19
inputs . zig . follows = "zig" ;
20
+ inputs . zon2nix . follows = "zon2nix" ;
20
21
} ;
21
22
22
23
zon2nix = {
25
26
} ;
26
27
27
28
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" ;
29
32
inputs . nixpkgs . follows = "nixpkgs" ;
30
33
} ;
31
34
54
57
agenix = {
55
58
url = "github:yaxitech/ragenix" ;
56
59
inputs . nixpkgs . follows = "nixpkgs" ;
60
+ inputs . rust-overlay . follows = "rust-overlay" ;
57
61
} ;
58
62
59
63
mysecrets = {
Original file line number Diff line number Diff line change 105
105
pkg-config # Wrapper Script For Allowing Packages To Get Info On Others
106
106
playerctl # Allows Changing Media Volume Through Scripts
107
107
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
109
110
( rust-bin . selectLatestNightlyWith (
110
111
toolchain :
111
112
toolchain . default . override {
You can’t perform that action at this time.
0 commit comments