From 5282d5fcd323bfd64b89934680cb1295918b643e Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sat, 20 Apr 2024 23:24:22 -0600 Subject: flake: pass all flakes as specialArgs to sys --- flake.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 446a74f..949801a 100644 --- a/flake.nix +++ b/flake.nix @@ -19,7 +19,7 @@ }; outputs = - { self, nixpkgs, unstable, home-manager, nur, impermanence, hm-isolation, nixvirt, ... }: + flakes@{ self, nixpkgs, unstable, home-manager, nur, impermanence, hm-isolation, nixvirt }: let system = "x86_64-linux"; @@ -59,6 +59,10 @@ nixpkgs.nixosModules.notDetected impermanence.nixosModule ]; + + specialArgs = { + inherit flakes; + }; }; hostConfig = host: nixosSystem { -- cgit v1.2.3