Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
fix(flake): eval for riscv64-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
RossComputerGuy committed Apr 30, 2024
1 parent e114bb4 commit 4d808b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
flake-utils,
...
}@inputs:
(flake-utils.lib.eachDefaultSystem (system:
(flake-utils.lib.eachSystem (flake-utils.lib.defaultSystems ++ [ "riscv64-linux" ]) (system:
let
pkgs = import nixpkgs { inherit system; };
inherit (pkgs) lib;
Expand Down

0 comments on commit 4d808b1

Please sign in to comment.