Skip to content

Commit 3fccd40

Browse files
nix-init
1 parent 2bf521f commit 3fccd40

File tree

3 files changed

+35
-0
lines changed

3 files changed

+35
-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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@
5050
inputs.treefmt-nix.follows = "treefmt-nix";
5151
};
5252

53+
nix-init = {
54+
url = "github:nix-community/nix-init";
55+
inputs.nixpkgs.follows = "nixpkgs";
56+
inputs.flake-parts.follows = "flake-parts";
57+
inputs.treefmt-nix.follows = "treefmt-nix";
58+
};
59+
5360
bun2nix = {
5461
url = "github:nix-community/bun2nix";
5562

toolchain/nix/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
home.packages = with pkgs; [
66
nil
77
nixd
8+
nix-init
89
];
910
};
1011
}

0 commit comments

Comments
 (0)