aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2024-04-23 09:40:47 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2024-04-23 09:40:47 -0400
commitb2b7acf01143b855487ec1dc8826ef40c5921990 (patch)
treecd888b45ad87bd21e9722f917a1704b9aed47655
parentnix direnv v 3.0.4 (diff)
nix flake housekeeping
-rw-r--r--flake.lock28
-rw-r--r--flake.nix5
-rw-r--r--org/config_nix.org5
3 files changed, 22 insertions, 16 deletions
diff --git a/flake.lock b/flake.lock
index ef85044..1eb8ac4 100644
--- a/flake.lock
+++ b/flake.lock
@@ -8,11 +8,11 @@
]
},
"locked": {
- "lastModified": 1710100203,
- "narHash": "sha256-IchiF+x49QJb6jeWOrPctRIu7+OwBGFvsd5N/TrQZnQ=",
+ "lastModified": 1713630113,
+ "narHash": "sha256-XNIfDB5wVJ+tI7rADVVfZRasoLDLHkByXnVoYmvwpC8=",
"ref": "refs/heads/main",
- "rev": "0fc094f1279b00e40dfc262b05ec9b4d295bdcbb",
- "revCount": 8,
+ "rev": "bab617aa009a9aa465306afb5894a33c44048a61",
+ "revCount": 9,
"type": "git",
"url": "file:///home/ralph/grotto/repo/git.repo/projects/doc-reform/packages/nix-flakes/dlang/dlang-nix-flakes"
},
@@ -26,11 +26,11 @@
"systems": "systems"
},
"locked": {
- "lastModified": 1709126324,
- "narHash": "sha256-q6EQdSeUZOG26WelxqkmR7kArjgWCdw5sfJVHPH/7j8=",
+ "lastModified": 1710146030,
+ "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
"owner": "numtide",
"repo": "flake-utils",
- "rev": "d465f4819400de7c8d874d50b982301f28a84605",
+ "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
"type": "github"
},
"original": {
@@ -77,11 +77,11 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1710159071,
- "narHash": "sha256-CT0WKgcmlcWZPZL/sSSICN/Vbm4Of0ZDgxc0GFf6sYU=",
+ "lastModified": 1713805509,
+ "narHash": "sha256-YgSEan4CcrjivCNO5ZNzhg7/8ViLkZ4CB/GrGBVSudo=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "0fbcc4b2e8571f4af39be41752581ea09dd9ab06",
+ "rev": "1e1dc66fe68972a76679644a5577828b6a7e8be4",
"type": "github"
},
"original": {
@@ -107,11 +107,11 @@
]
},
"locked": {
- "lastModified": 1712804898,
- "narHash": "sha256-zVL2/R+FsSH+SXVgcXnx37zi7xTgBDL/GEWO1hBtoS8=",
+ "lastModified": 1713879307,
+ "narHash": "sha256-qSX+CZ+T7MTher/UpRl2FkOmQwbkEwQfvVSq5wgXfX4=",
"ref": "refs/heads/main",
- "rev": "90873fabd7451e1dd8c4b39303906e19bdc481f7",
- "revCount": 628,
+ "rev": "105a5ac76443c9df52728a27524276ab4ff39211",
+ "revCount": 630,
"type": "git",
"url": "file:///home/ralph/grotto/repo/git.repo/projects/doc-reform/code/software/sisudoc-spine"
},
diff --git a/flake.nix b/flake.nix
index 613884d..ea7ed6d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -65,7 +65,10 @@
inherit shellHook;
};
dsh-spine = spine.devShells.${system}.default;
- dsh-overlay-ldc = d-overlay.devShells.${system}.default;
+ dsh-overlay-dmd = d-overlay.devShells.${system}.dsh-overlay-dmd-dub;
+ dsh-nixpkgs-dmd = d-overlay.devShells.${system}.dsh-nixpkgs-dmd-dub;
+ dsh-overlay-ldc = d-overlay.devShells.${system}.dsh-overlay-ldc-dub;
+ dsh-nixpkgs-ldc = d-overlay.devShells.${system}.dsh-nixpkgs-ldc-dub;
dsh-epub = mkShell {
name = "spine dev shell for epub output";
inherit shell;
diff --git a/org/config_nix.org b/org/config_nix.org
index 80c905d..45bfb9a 100644
--- a/org/config_nix.org
+++ b/org/config_nix.org
@@ -90,7 +90,10 @@
inherit shellHook;
};
dsh-spine = spine.devShells.${system}.default;
- dsh-overlay-ldc = d-overlay.devShells.${system}.default;
+ dsh-overlay-dmd = d-overlay.devShells.${system}.dsh-overlay-dmd-dub;
+ dsh-nixpkgs-dmd = d-overlay.devShells.${system}.dsh-nixpkgs-dmd-dub;
+ dsh-overlay-ldc = d-overlay.devShells.${system}.dsh-overlay-ldc-dub;
+ dsh-nixpkgs-ldc = d-overlay.devShells.${system}.dsh-nixpkgs-ldc-dub;
dsh-epub = mkShell {
name = "spine dev shell for epub output";
inherit shell;