From 8c4e59b2328ee008f1d479c20a58793fe5baacbe Mon Sep 17 00:00:00 2001 From: Linnnus Date: Fri, 29 Dec 2023 17:44:19 +0100 Subject: home/dev-utils: Use unstable deno --- hosts/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/common.nix b/hosts/common.nix index 794fcdc..3789fb2 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -15,7 +15,7 @@ flakeOutputs.overlays.modifications # Add unstable nixpkgs. - (final: prev: {unstable = flakeInputs.unstable-nixpkgs.legacyPackages.${pkgs.system};}) + (final: prev: {unstable = flakeInputs.nixpkgs-unstable.legacyPackages.${pkgs.system};}) ]; # Use overlays from this repo for building system configuration as well as -- cgit v1.2.3