From 02c7dc192e9bc9a1246edc48ec23271ea07abd45 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 16 Feb 2023 19:36:01 +0100 Subject: flora: jump to akkoma @ nixpkgs-unstable --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index f88ead0..9d6d552 100644 --- a/flake.nix +++ b/flake.nix @@ -48,11 +48,11 @@ outputs = { self, nixpkgs, deploy-rs, ... }@inputs: let mkConfig = imports: config: - nixpkgs.lib.nixosSystem { + nixpkgs.lib.nixosSystem rec { system = "x86_64-linux"; modules = [ config ] ++ imports; - specialArgs = { inherit inputs; }; + specialArgs = { inherit inputs system; }; }; mkServer = mkConfig [ ./common/headless.nix ]; mkDesktop = mkConfig [ ./common/desktop.nix ]; -- cgit v1.2.3