diff options
author | Linnnus <[email protected]> | 2023-12-29 17:44:19 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-12-29 17:44:31 +0100 |
commit | 8c4e59b2328ee008f1d479c20a58793fe5baacbe (patch) | |
tree | 2febb025e4900fcba6afa7ec182b41d76c623d55 /hosts | |
parent | c9bd82994c9b5b104112bc9472f0bb9a3edacd7d (diff) |
home/dev-utils: Use unstable deno
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 |