From db74ab7f42fe17757a04959d7fde05d2fcc28968 Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Sun, 5 Jan 2025 14:55:16 +0000 Subject: [PATCH] flake: make colmena perform evaluation with lix instead of cppNix --- flake.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index f262071..82bbf80 100644 --- a/flake.nix +++ b/flake.nix @@ -66,7 +66,7 @@ }; }; - outputs = inputs@{ self, nixpkgs, nixpkgs-small, colmena, ... }: { + outputs = inputs@{ self, nixpkgs, nixpkgs-small, nixpkgs-unstable, colmena, ... }: { nixosConfigurations = self.outputs.colmenaHive.nodes; colmenaHive = colmena.lib.makeHive self.outputs.colmena; @@ -87,7 +87,12 @@ colmena = { meta = { - nixpkgs = import nixpkgs { system = "x86_64-linux"; }; + nixpkgs = import nixpkgs-unstable { + system = "x86_64-linux"; + overlays = [ + inputs.lix-module.overlays.default + ]; + }; nodeNixpkgs = { kilgharrah = import nixpkgs { system = "x86_64-linux"; }; tohru = import nixpkgs { system = "x86_64-linux"; };