From 1d39c2ad9066452b3e3f639d2323cf61a9a6a818 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Sun, 2 Jun 2024 18:40:02 -0600 Subject: lix is an alternative to the cppnix compiler --- flake.nix | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 68495fa..7892ea5 100644 --- a/flake.nix +++ b/flake.nix @@ -13,6 +13,17 @@ inputs.nixpkgs.follows = "nixpkgs-unstable"; }; + # alternative nix compiler + lix = { + url = "git+https://git.lix.systems/lix-project/lix?ref=refs/tags/2.90-beta.1"; + flake = false; + }; + lix-module = { + url = "git+https://git.lix.systems/lix-project/nixos-module"; + inputs.lix.follows = "lix"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + # modern window compositor hyprland = { url = "github:hyprwm/Hyprland"; @@ -304,7 +315,8 @@ specialArgs = { inherit inputs; }; modules = [ ./machines/khad/configuration.nix - + lix-module.nixosModules.default + ./modules/users/defin.nix ./modules/users/root.nix -- cgit v1.2.3