File tree Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 77 } ;
88
99 inputs = {
10- nixpkgs . url = "github:NixOS/nixpkgs?rev=e18dc963075ed115afb3e312b64643bf8fd4b474 " ;
10+ nixpkgs . url = "github:NixOS/nixpkgs?rev=d02209e8cfbdc925ec204a5c75d5551374516002 " ;
1111 flake-utils . url = "github:numtide/flake-utils" ;
1212 } ;
1313
Original file line number Diff line number Diff line change @@ -682,14 +682,7 @@ with oself;
682682 dune_2 = dune_3 ;
683683
684684 dune_3 = osuper . dune_3 . overrideAttrs ( o : {
685- src = fetchFromGitHub {
686- owner = "ocaml" ;
687- repo = "dune" ;
688- rev = "df8db5c20edd492b1bb7a7fdfd55f610f73ab58a" ;
689- hash = "sha256-+nfbtdBJLtDwpR62mBYlTzKZbpowarrUCfzbV5oGltY=" ;
690- } ;
691685 nativeBuildInputs = o . nativeBuildInputs ++ [ makeWrapper ] ;
692-
693686 postFixup =
694687 if stdenv . isDarwin then ''
695688 wrapProgram $out/bin/dune \
@@ -1459,6 +1452,7 @@ with oself;
14591452 ocurl = osuper . ocurl . overrideAttrs ( _ : {
14601453 propagatedBuildInputs = [ curl ] ;
14611454 } ) ;
1455+
14621456 oidc = callPackage ./oidc { } ;
14631457 oidc-client = callPackage ./oidc/client.nix { } ;
14641458
You can’t perform that action at this time.
0 commit comments