aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2026-04-11 01:04:08 +0000
committerRalph Amissah <ralph.amissah@gmail.com>2026-04-11 01:18:49 +0000
commit0abf018794e7d32e5b9f670b9458033aa38c04e1 (patch)
tree323268c1c195a7a24032a31b1934bff1a335f2f4 /flake.nix
parentflake.nix dmd build fix overlay: revert to GCC14 (diff)
nix keeping: nix-shell, nix-build derivation.nix
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index a172369..fa1aa5a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -139,7 +139,8 @@
pkgs-ovl = pkgsForSystem system;
pkgs-nix = nixpkgsFor.${system};
in {
- default = import ./shell.nix {inherit pkgs-nix;};
+ default = self.devShells.${system}.dsh-overlay;
+ #default = import ./shell.nix {pkgs = pkgs-nix; flake = self;};
dsh-overlay = mkDevShell {
pkgs = pkgs-ovl;
# "spine-0.18.0 base dev shell, ldc-1.42.0, dub-1.40.0 - dtools-2.110.0";