Skip to content

Commit

Permalink
reformat flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
abathur authored and mkenigs committed May 27, 2024
1 parent 2e15a2b commit 7fc7eed
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,11 @@
targets.aarch64-unknown-linux-musl.stable.rust-std
]);

nixTarballForSystem = system: let
version = inputs.nix.packages.${system}.nix.version;
in "${inputs.nix.hydraJobs.binaryTarball.${system}}/nix-${version}-${system}.tar.xz";
nixTarballForSystem = system:
let
version = inputs.nix.packages.${system}.nix.version;
in
"${inputs.nix.hydraJobs.binaryTarball.${system}}/nix-${version}-${system}.tar.xz";

in
{
Expand Down

0 comments on commit 7fc7eed

Please sign in to comment.