Skip to content

Commit

Permalink
fix nix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
siriobalmelli committed Nov 30, 2019
1 parent 2202e2c commit 73f5e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# deps
system ? builtins.currentSystem,
nixpkgs ? import (builtins.fetchGit {
url = "https://github.com/siriobalmelli-foss/nixpkgs.git";
url = "https://siriobalmelli@github.com/siriobalmelli-foss/nixpkgs.git";
ref = "master";
}) {}
}:
Expand Down

0 comments on commit 73f5e77

Please sign in to comment.