Skip to content

Commit

Permalink
Merge pull request ngi-nix#2 from nix-how/mc/fix-inputs
Browse files Browse the repository at this point in the history
flake: use upstream scion again
  • Loading branch information
MatthewCroughan committed Feb 22, 2022
2 parents fa6697a + 4ecc604 commit b148a53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
8 changes: 4 additions & 4 deletions flake.lock

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

6 changes: 1 addition & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@
inputs.nixpkgs = { type = "github"; owner = "NixOS"; repo = "nixpkgs"; ref = "nixos-unstable"; };

# Upstream source tree(s).
#inputs.scion-src = { type = "github"; owner = "netsec-ethz"; repo = "scion"; ref = "scionlab"; flake = false; };

# scion are not commiting their go.mod/go.sum properly, so using our own fork
# for now.
inputs.scion-src = { url = "github:matthewcroughan/scion/scionlab"; flake = false; };
inputs.scion-src = { type = "github"; owner = "netsec-ethz"; repo = "scion"; ref = "scionlab"; flake = false; };

inputs.scion-apps-src = { type = "github"; owner = "netsec-ethz"; repo = "scion-apps"; flake = false; };
inputs.scionlab-src = { type = "github"; owner = "netsec-ethz"; repo = "scionlab"; ref = "develop"; flake = false; };
Expand Down

0 comments on commit b148a53

Please sign in to comment.