Skip to content

Commit

Permalink
chore: explicit systems input
Browse files Browse the repository at this point in the history
  • Loading branch information
dpc committed Oct 16, 2023
1 parent e39b8fa commit d42b26a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
15 changes: 9 additions & 6 deletions flake.lock

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

10 changes: 5 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.05";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";

systems.url = "github:nix-systems/default";
flake-utils.url = "github:numtide/flake-utils";
flake-utils.inputs.systems.follows = "systems";

crane = {
url = "github:dpc/crane?rev=bf5f4b71b446e5784900ee9ae0f2569e5250e360";
url = "github:dpc/crane?rev=7693522d303ad3a85b1af63335e6febcc23ca73d";
inputs.nixpkgs.follows = "nixpkgs";
};

Expand All @@ -22,8 +25,7 @@
};

};
outputs = { self, nixpkgs, nixpkgs-unstable, flake-utils, crane, fenix, android-nixpkgs }:

outputs = { flake-utils, nixpkgs, nixpkgs-unstable, crane, fenix, android-nixpkgs, ... }:
let
mkLib = pkgs: import ./lib
{
Expand Down Expand Up @@ -61,8 +63,6 @@
];
};

lib = pkgs.lib;

flakeboxLib = mkLib pkgs {
config = { };
};
Expand Down

0 comments on commit d42b26a

Please sign in to comment.