Skip to content

Commit

Permalink
Merge pull request #73 from chordtoll/fix-flake
Browse files Browse the repository at this point in the history
Add missing dependencies to flake.nix
  • Loading branch information
AnonymousRandomPerson authored Oct 15, 2024
2 parents 394d16f + fa27514 commit b334b26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
pkgs.python3
pkgs.pkg-config
pkgs.pkgsCross.arm-embedded.stdenv.cc.bintools # binutils
pkgs.unzip
pkgs.p7zip
];

buildInputs = [
Expand All @@ -25,4 +27,4 @@
];
};
};
}
}

0 comments on commit b334b26

Please sign in to comment.