Skip to content

Commit

Permalink
fenix: corrected inputs for fenix and nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
craigem committed Feb 23, 2022
1 parent 1c60c23 commit 3c8aeeb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@
description = "A Simple multi-profile Nix-flake deploy tool.";

inputs = {
nixpkgs.follows = "fenix/nixpkgs";
utils.url = "github:numtide/flake-utils";
flake-compat = {
url = "github:edolstra/flake-compat";
flake = false;
};
fenix.url = "github:nix-community/fenix";
fenix = {
url = "github:nix-community/fenix";
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs.url = "nixpkgs/nixos-unstable";
};

outputs = { self, nixpkgs, utils, fenix, ... }:
Expand Down

0 comments on commit 3c8aeeb

Please sign in to comment.