diff options
-rw-r--r-- | derivation.nix | 2 | ||||
-rw-r--r-- | devenv.nix | 2 | ||||
-rw-r--r-- | flake.lock | 16 | ||||
-rw-r--r-- | org/config_nix.org | 4 |
4 files changed, 12 insertions, 12 deletions
diff --git a/derivation.nix b/derivation.nix index d574ab7..dc6a412 100644 --- a/derivation.nix +++ b/derivation.nix @@ -100,7 +100,7 @@ with ( sha256 = "sha256:03dr7dn7kq6arw4ry7qar13iqmi1caw70imfjwi8qr7g2j4mnk2q"; }; 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 @@ -77,11 +77,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1713805509, - "narHash": "sha256-YgSEan4CcrjivCNO5ZNzhg7/8ViLkZ4CB/GrGBVSudo=", + "lastModified": 1714314149, + "narHash": "sha256-yNAevSKF4krRWacmLUsLK7D7PlfuY3zF0lYnGYNi9vQ=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "1e1dc66fe68972a76679644a5577828b6a7e8be4", + "rev": "cf8cc1201be8bc71b7cbbbdaf349b22f4f99c7ae", "type": "github" }, "original": { @@ -107,17 +107,17 @@ ] }, "locked": { - "lastModified": 1713879307, + "lastModified": 1714572663, "narHash": "sha256-qSX+CZ+T7MTher/UpRl2FkOmQwbkEwQfvVSq5wgXfX4=", "ref": "refs/heads/main", - "rev": "105a5ac76443c9df52728a27524276ab4ff39211", - "revCount": 630, + "rev": "164ce8cfaebe7c49c50fbc8c2d6f1b8fa75945de", + "revCount": 631, "type": "git", - "url": "file:///home/ralph/grotto/repo/git.repo/projects/doc-reform/code/software/sisudoc-spine" + "url": "git://git.sisudoc.org/software/sisudoc-spine" }, "original": { "type": "git", - "url": "file:///home/ralph/grotto/repo/git.repo/projects/doc-reform/code/software/sisudoc-spine" + "url": "git://git.sisudoc.org/software/sisudoc-spine" } }, "systems": { diff --git a/org/config_nix.org b/org/config_nix.org index b0b3080..353c91b 100644 --- a/org/config_nix.org +++ b/org/config_nix.org @@ -296,7 +296,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 @@ -439,7 +439,7 @@ with ( sha256 = "<<spine_tarball_sha256>>"; }; 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 = '' |