diff options
Diffstat (limited to 'org')
-rw-r--r-- | org/config_nix.org | 4 | ||||
-rw-r--r-- | org/nixpkgs_overlays_d_related.org | 18 |
2 files changed, 11 insertions, 11 deletions
diff --git a/org/config_nix.org b/org/config_nix.org index 60d92ee..8e87696 100644 --- a/org/config_nix.org +++ b/org/config_nix.org @@ -24,7 +24,7 @@ { description = "a sisu like document parser search form"; inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; - inputs.flake-utils.url = "github:numtide/flake-utils"; + #inputs.flake-utils.url = "github:numtide/flake-utils"; inputs.spine-d-overlay = { url = "<<sisudoc_dlang_nix_overlay_src>>"; inputs.nixpkgs.follows = "nixpkgs"; @@ -33,7 +33,7 @@ outputs = { self, nixpkgs, - flake-utils, + #flake-utils, spine-d-overlay, ... }@inputs: let diff --git a/org/nixpkgs_overlays_d_related.org b/org/nixpkgs_overlays_d_related.org index 6f76fdc..2f414e8 100644 --- a/org/nixpkgs_overlays_d_related.org +++ b/org/nixpkgs_overlays_d_related.org @@ -346,11 +346,11 @@ direnv fetchurl https://raw.githubusercontent.com/nix-community/nix-direnv/${Nix { description = "dub d package manager"; inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; - inputs.flake-utils.url = "github:numtide/flake-utils"; + #inputs.flake-utils.url = "github:numtide/flake-utils"; outputs = { self, nixpkgs, - flake-utils, + #flake-utils, ... }@inputs: let name = "dev-dub"; @@ -836,38 +836,38 @@ sha256 = "<<ldc_hash>>"; #+NAME: ldc_version #+BEGIN_SRC nix -<<ldc_version_1_39_0>> +<<ldc_version_1_40_0>> #+END_SRC #+NAME: ldc_hash #+BEGIN_SRC nix -<<ldc_hash_1_39_0>> +<<ldc_hash_1_40_0>> #+END_SRC #+NAME: ldc_llvm_set #+BEGIN_SRC nix -<<ldc_llvm_set_1_39_0>> +<<ldc_llvm_set_1_40_0>> #+END_SRC **** 1.40 OK ✓ ***** 1.40.0 OK ✓ - - nix-prefetch-url --unpack https://github.com/ldc-developers/ldc/archive/refs/tags/v1.40.0-beta5.tar.gz + - nix-prefetch-url --unpack https://github.com/ldc-developers/ldc/archive/refs/tags/v1.40.0-beta6.tar.gz - nix-prefetch-url --unpack https://github.com/ldc-developers/ldc/releases/download/v${version}/ldc-${version}-src.tar.gz #+NAME: ldc_version_1_40_0 #+BEGIN_SRC nix -1.40.0-beta5 +1.40.0 #+END_SRC #+NAME: ldc_hash_1_40_0 #+BEGIN_SRC nix -sha256-AaH5xw4hA0LHVx9SU3E+CIZKUHyjJ4TiPaoJnmQZJx4= +sha256-LT85DlAebecPpBUgZP0ayKTVrTUqN6DMJVEWTatLOxY= #+END_SRC #+NAME: ldc_llvm_set_1_40_0 #+BEGIN_SRC nix -llvm_18 +llvm_19 #+END_SRC **** 1.39 OK ✓ |