Skip to content

Commit feb44f8

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

File tree

2 files changed

+21
-20
lines changed

2 files changed

+21
-20
lines changed

flake.lock

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

flake.nix

Lines changed: 5 additions & 2 deletions
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)