File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed
Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 4343 inputs . nixpkgs . follows = "nixpkgs" ;
4444 } ;
4545
46+ nix-direnv = {
47+ url = "github:nix-community/nix-direnv" ;
48+ inputs . nixpkgs . follows = "nixpkgs" ;
49+ inputs . flake-parts . follows = "flake-parts" ;
50+ inputs . treefmt-nix . follows = "treefmt-nix" ;
51+ } ;
52+
4653 bun2nix = {
4754 url = "github:nix-community/bun2nix" ;
4855
112119 bun2nix = inputs . bun2nix . overlays . default ;
113120 gomod2nix = inputs . gomod2nix . overlays . default ;
114121 nil = inputs . nil . overlays . default ;
122+ nix-direnv = inputs . nix-direnv . overlays . default ;
115123 vscodeExtensions = inputs . nix-vscode-extensions . overlays . default ;
116124 zed = inputs . zed . overlays . default ;
117125
118126 default = inputs . nixpkgs . lib . composeManyExtensions [
119127 bun2nix
120128 gomod2nix
121129 nil
130+ nix-direnv
122131 vscodeExtensions
123132 # zed
124133 ] ;
You can’t perform that action at this time.
0 commit comments