Skip to content

Commit

Permalink
Add a TODO for cross compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
MaeIsBad committed Sep 24, 2024
1 parent 3e7cbdd commit 6edf21f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
};

outputs = { self, nixpkgs, crane, fenix, flake-utils, advisory-db, ... }:
# TODO: cross compilation
flake-utils.lib.eachDefaultSystem (system:
let
pkgs = import nixpkgs { inherit system; };
Expand Down

0 comments on commit 6edf21f

Please sign in to comment.