Skip to content

Commit

Permalink
flake.nix: import firmware/keyberon flake module
Browse files Browse the repository at this point in the history
  • Loading branch information
rgoulter committed Jun 11, 2024
1 parent f79e963 commit ab3a6d6
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 0 deletions.
60 changes: 60 additions & 0 deletions flake.lock

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

11 changes: 11 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
inputs = {
flake-parts.url = "github:hercules-ci/flake-parts";

fenix = {
url = "github:nix-community/fenix";
inputs.nixpkgs.follows = "nixpkgs";
};

naersk = {
url = "github:nmattia/naersk";
inputs.nixpkgs.follows = "nixpkgs";
};

# For the offline ISO,
# use same version of Nickel as Fak uses.
nickel = {
Expand Down Expand Up @@ -34,6 +44,7 @@
systems = import systems;

imports = [
./firmware/keyberon/flake-module.nix
];

flake = {
Expand Down

0 comments on commit ab3a6d6

Please sign in to comment.