Skip to content

Commit 3c8aeeb

Browse files
committed
fenix: corrected inputs for fenix and nixpkgs
1 parent 1c60c23 commit 3c8aeeb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

flake.nix

+5-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@
77
description = "A Simple multi-profile Nix-flake deploy tool.";
88

99
inputs = {
10-
nixpkgs.follows = "fenix/nixpkgs";
1110
utils.url = "github:numtide/flake-utils";
1211
flake-compat = {
1312
url = "github:edolstra/flake-compat";
1413
flake = false;
1514
};
16-
fenix.url = "github:nix-community/fenix";
15+
fenix = {
16+
url = "github:nix-community/fenix";
17+
inputs.nixpkgs.follows = "nixpkgs";
18+
};
19+
nixpkgs.url = "nixpkgs/nixos-unstable";
1720
};
1821

1922
outputs = { self, nixpkgs, utils, fenix, ... }:

0 commit comments

Comments
 (0)