Skip to content

Commit ef5f6c8

Browse files
committed
build(flake/inputs): Add fenix
1 parent 6682f5a commit ef5f6c8

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

flake.lock

Lines changed: 39 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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@
5353
treefmt-nix.follows = "treefmt-nix";
5454
};
5555
};
56+
fenix = {
57+
url = "github:nix-community/fenix";
58+
inputs.nixpkgs.follows = "nixpkgs-unstable";
59+
};
5660
};
5761

5862
outputs = inputs @ {

0 commit comments

Comments
 (0)