From 09f28258a3f6abbfcf9903634b12fc46333a9613 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Tue, 18 Jun 2024 13:53:40 -0600 Subject: lix source back up --- flake.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index e7b826f..fd6c1f5 100644 --- a/flake.nix +++ b/flake.nix @@ -14,15 +14,15 @@ }; # 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"; - # }; + 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 = { @@ -239,7 +239,7 @@ specialArgs = { inherit inputs; }; modules = [ ./machines/zenbook/configuration.nix - # lix-module.nixosModules.default + lix-module.nixosModules.default # Default users ./modules/users/defin.nix -- cgit v1.2.3