Skip to content

Commit

Permalink
fix path to sources.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
battermann committed Sep 4, 2023
1 parent 925027d commit 1b65e97
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nix/pkgs/rusty_jwt_tools_ffi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
, perl
, gitMinimal
}:
with import <nixpkgs>
let
sources = import ../../sources.nix;
in
with import sources.nixpkgs
{
overlays = [
(import (fetchTarball "https://github.com/oxalica/rust-overlay/archive/master.tar.gz"))
Expand Down

0 comments on commit 1b65e97

Please sign in to comment.