Skip to content

Commit d8873bc

Browse files
committed
update flake
1 parent bc29989 commit d8873bc

2 files changed

Lines changed: 20 additions & 10 deletions

File tree

flake.lock

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

flake.nix

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
{
2+
nixConfig = {
3+
extra-substituters = [
4+
"https://nix-community.cachix.org"
5+
];
6+
extra-trusted-public-keys = [
7+
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
8+
];
9+
};
10+
211
inputs = {
312
fenix = {
4-
url = "github:nix-community/fenix";
13+
url = "github:nix-community/fenix/staging";
514
inputs.nixpkgs.follows = "nixpkgs";
615
};
716
nixpkgs.url = "nixpkgs/nixos-unstable";

0 commit comments

Comments
 (0)