From 01a80a6c2e5ad4fcee50de5da50d97a9fd34518d Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Mon, 21 Jul 2025 06:15:08 +0200 Subject: feat(workstation): add jujutsu --- nixos/hosts/hamac/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nixos/hosts/hamac') diff --git a/nixos/hosts/hamac/default.nix b/nixos/hosts/hamac/default.nix index 9c4bde6..523b7d6 100644 --- a/nixos/hosts/hamac/default.nix +++ b/nixos/hosts/hamac/default.nix @@ -2,7 +2,12 @@ { config, lib, pkgs, ... }: +let + sources = import ; + pkgs-unstable = import sources.nixpkgs-unstable {}; +in { + _module.args = { inherit pkgs-unstable; }; imports = [ ./hardware-configuration.nix -- cgit v1.2.3