Skip to content

Commit 9782109

Browse files
nix-direnv flake (#103)
1 parent 6418ca8 commit 9782109

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

flake.lock

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@
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

@@ -112,13 +119,15 @@
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
];

0 commit comments

Comments
 (0)