Skip to content

Commit

Permalink
modified: flake.*
Browse files Browse the repository at this point in the history
  • Loading branch information
shnarazk committed Mar 10, 2024
1 parent 4f8e2dd commit 5b8a27f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions flake.lock

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

6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
with import nixpkgs { system = "${system}"; };
let
craneLib = crane.lib.${system};
version = "0.17.2-20240204";
in
{
name = system;
value = {
default = craneLib.buildPackage {
# name = "splr-${version}";
# pname = "splr";
# version = "0.17.2-20240204";
name = "splr-${version}";
pname = "splr";
src = craneLib.cleanCargoSource (craneLib.path ./.);
buildInputs = [cargo rustc binutils ]
++ lib.optional stdenv.isDarwin [ libiconv ];
Expand Down

0 comments on commit 5b8a27f

Please sign in to comment.