diff options
| -rw-r--r-- | derivation.nix | 2 | ||||
| -rw-r--r-- | devenv.nix | 2 | ||||
| -rw-r--r-- | flake.lock | 6 | ||||
| -rw-r--r-- | org/config_nix.org | 6 | ||||
| -rw-r--r-- | org/nixpkgs_overlays_d_related.org | 2 | ||||
| -rwxr-xr-x | shell.nix | 2 | 
6 files changed, 10 insertions, 10 deletions
| diff --git a/derivation.nix b/derivation.nix index 77d3649..b4606da 100644 --- a/derivation.nix +++ b/derivation.nix @@ -91,7 +91,7 @@ with (      version = "0.16.0";      src = ./.;      nativeBuildInputs = with pkgs; [dub ldc]; -    buildInputs = with pkgs; [nixVersions.unstable sqlite]; +    buildInputs = with pkgs; [sqlite];      meta = with pkgs.lib; {        description = "A sisu like parser & document generator";        longDescription = '' @@ -10,7 +10,7 @@ with pkgs;        # ❯❯❯ nix_related        #nix # if not on NixOS, this is needed        direnv -      nixVersions.unstable #nixFlakes +      #nixVersions.unstable #nixFlakes        nix-prefetch-git        validatePkgConfig        nix-output-monitor @@ -20,11 +20,11 @@      },      "nixpkgs": {        "locked": { -        "lastModified": 1713805509, -        "narHash": "sha256-YgSEan4CcrjivCNO5ZNzhg7/8ViLkZ4CB/GrGBVSudo=", +        "lastModified": 1714562304, +        "narHash": "sha256-Mr3U37Rh6tH0FbaDFu0aZDwk9mPAe7ASaqDOGgLqqLU=",          "owner": "NixOS",          "repo": "nixpkgs", -        "rev": "1e1dc66fe68972a76679644a5577828b6a7e8be4", +        "rev": "bcd44e224fd68ce7d269b4f44d24c2220fd821e7",          "type": "github"        },        "original": { diff --git a/org/config_nix.org b/org/config_nix.org index 0b4851a..8e66aad 100644 --- a/org/config_nix.org +++ b/org/config_nix.org @@ -398,7 +398,7 @@ with pkgs-nix;        # ❯❯❯ nix_related        #nix        direnv -      nixVersions.unstable #nixFlakes +      #nixVersions.unstable #nixFlakes        nix-prefetch-git        validatePkgConfig        nix-output-monitor @@ -474,7 +474,7 @@ with pkgs;        # ❯❯❯ nix_related        #nix # if not on NixOS, this is needed        direnv -      nixVersions.unstable #nixFlakes +      #nixVersions.unstable #nixFlakes        nix-prefetch-git        validatePkgConfig        nix-output-monitor @@ -609,7 +609,7 @@ with (      version = "<<spine_version>>";      src = ./.;      nativeBuildInputs = with pkgs; [dub ldc]; -    buildInputs = with pkgs; [nixVersions.unstable sqlite]; +    buildInputs = with pkgs; [sqlite];      meta = with pkgs.lib; {        description = "A sisu like parser & document generator";        longDescription = '' diff --git a/org/nixpkgs_overlays_d_related.org b/org/nixpkgs_overlays_d_related.org index 768f611..36089a1 100644 --- a/org/nixpkgs_overlays_d_related.org +++ b/org/nixpkgs_overlays_d_related.org @@ -469,7 +469,7 @@ with pkgs;        # ❯❯❯ nix_related        nix        direnv -      nixVersions.unstable +      #nixVersions.unstable        nix-prefetch-git        validatePkgConfig        nix-output-monitor @@ -7,7 +7,7 @@ with pkgs-nix;        # ❯❯❯ nix_related        #nix        direnv -      nixVersions.unstable #nixFlakes +      #nixVersions.unstable #nixFlakes        nix-prefetch-git        validatePkgConfig        nix-output-monitor | 
