summaryrefslogtreecommitdiff
path: root/hosts/common.nix
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2023-12-29 17:44:19 +0100
committerLinnnus <[email protected]>2023-12-29 17:44:31 +0100
commit8c4e59b2328ee008f1d479c20a58793fe5baacbe (patch)
tree2febb025e4900fcba6afa7ec182b41d76c623d55 /hosts/common.nix
parentc9bd82994c9b5b104112bc9472f0bb9a3edacd7d (diff)
home/dev-utils: Use unstable deno
Diffstat (limited to 'hosts/common.nix')
-rw-r--r--hosts/common.nix2
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