From d1cbb35ab5ff86cc798a84ddb103a93b8f8cefa7 Mon Sep 17 00:00:00 2001 From: Lander Van den Bulcke Date: Fri, 19 Sep 2025 00:24:55 +0200 Subject: [PATCH] fix: use wsl flake instead of channel Signed-off-by: Lander Van den Bulcke --- hosts/heimdall/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/heimdall/default.nix b/hosts/heimdall/default.nix index d46bcd0..76d72fa 100644 --- a/hosts/heimdall/default.nix +++ b/hosts/heimdall/default.nix @@ -1,7 +1,7 @@ -{ pkgs, ... }: +{ inputs, pkgs, ... }: { imports = [ - + inputs.nixos-wsl.nixosModules.default ../common/global ../common/optional/yubikey-gpg.nix