From f530d6ad41747af5f8bb05b337b278cddbac76d9 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Mon, 24 Feb 2025 20:18:14 +0100 Subject: tweak(workstation): use Zed from unstable --- nixos/hosts/hamac/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'nixos/hosts/hamac/default.nix') diff --git a/nixos/hosts/hamac/default.nix b/nixos/hosts/hamac/default.nix index e768648..7085ed3 100644 --- a/nixos/hosts/hamac/default.nix +++ b/nixos/hosts/hamac/default.nix @@ -1,9 +1,14 @@ # channel="nixos" # See the configuration.nix(5) man page and the NixOS manual (accessible by running `nixos-help`). -{ config, pkgs, ... }: +let + sources = import ../../npins; + pkgs-unstable = import sources.nixpkgs-unstable {}; +in +{ config, lib, pkgs, ... }: { + _module.args = { inherit pkgs-unstable; }; imports = [ ./hardware-configuration.nix -- cgit v1.2.3