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 feb44f8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 20 deletions.
34 changes: 16 additions & 18 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 feb44f8

Please sign in to comment.