-
Notifications
You must be signed in to change notification settings - Fork 59
DNSvizor package #2018
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DNSvizor package #2018
Changes from all commits
fd63fae
c6d9392
fc5e71f
287bd68
47672c2
0d2c62c
9d18d32
99c2afb
ce1a2e5
bd410e2
451941f
6420761
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,6 +23,35 @@ | |
| inputs.devshell.inputs.nixpkgs.follows = "nixpkgs"; | ||
| inputs.devshell.url = "github:numtide/devshell"; | ||
|
|
||
| inputs.nix-filter.url = "github:numtide/nix-filter/3e1fff9"; | ||
|
|
||
| # FixMe(maint/upstream): merge this branch upstream | ||
| #inputs.opam-nix.url = "github:tweag/opam-nix"; | ||
| inputs.opam-nix.url = "github:ju1m/opam-nix/materialize-monorepo"; | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. So I have been thinking about removing The motivation of doing so is that
|
||
| inputs.opam-nix.inputs.nixpkgs.follows = "nixpkgs"; | ||
| inputs.opam-nix.inputs.flake-utils.follows = "flake-utils"; | ||
| inputs.opam-nix.inputs.opam2json.follows = "opam2json"; | ||
| inputs.opam-nix.inputs.opam-repository.follows = "opam-repository"; | ||
| inputs.opam-nix.inputs.opam-overlays.follows = "opam-overlays"; | ||
| inputs.opam-nix.inputs.mirage-opam-overlays.follows = "mirage-opam-overlays"; | ||
|
|
||
| inputs.opam2json.url = "github:tweag/opam2json"; | ||
| inputs.opam2json.inputs.nixpkgs.follows = "nixpkgs"; | ||
|
|
||
| # update ocaml-related overlays to use new-enough ocaml packages | ||
| inputs.opam-repository = { | ||
| url = "github:ocaml/opam-repository"; | ||
| flake = false; | ||
| }; | ||
| inputs.opam-overlays = { | ||
| url = "github:dune-universe/opam-overlays"; | ||
| flake = false; | ||
| }; | ||
| inputs.mirage-opam-overlays = { | ||
| url = "github:dune-universe/mirage-opam-overlays"; | ||
| flake = false; | ||
| }; | ||
|
|
||
| # See <https://github.com/ngi-nix/ngipkgs/issues/24> for plans to support Darwin. | ||
| inputs.systems.url = "github:nix-systems/default-linux"; | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems
nix-filteris not used anywhere?