summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2026-02-14 21:45:52 +0100
committerMel <mel@rnrd.eu>2026-02-14 21:45:52 +0100
commitbd640d7c405cc319fcf4e61a61edf96a5dbf1c17 (patch)
treee18f9f79c033a83047f21a255f3885b9fcacf3fc /flake.nix
parent8ea56328b7dbb9aa6f992176f074a3270cb38a30 (diff)
downloadminerals-bd640d7c405cc319fcf4e61a61edf96a5dbf1c17.tar.zst
minerals-bd640d7c405cc319fcf4e61a61edf96a5dbf1c17.zip
Move Lix towards new nixpkgs configuration away from custom flake
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/flake.nix b/flake.nix
index 0c436c7..eff0115 100644
--- a/flake.nix
+++ b/flake.nix
@@ -3,13 +3,6 @@
     nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
     nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
 
-    # TODO: lix is now recommending switching away from their own module flake
-    # towards the nixpkgs lix package set.
-    lix-module = {
-      url = "https://git.lix.systems/lix-project/nixos-module/archive/2.93.3-2.tar.gz";
-      inputs.nixpkgs.follows = "nixpkgs";
-    };
-
     home-manager = {
       url = "github:nix-community/home-manager/release-25.11";
       inputs.nixpkgs.follows = "nixpkgs";
@@ -44,7 +37,6 @@
       self,
       nixpkgs,
       nixpkgs-unstable,
-      lix-module,
       nixos-apple-silicon,
       agenix,
       home-manager,
@@ -93,7 +85,6 @@
       ];
 
       overlays = [
-        lix-module.overlays.default
         nixos-apple-silicon.overlays.default # unused on non-asahi machines
         agenix.overlays.default
         nix-vscode-extensions.overlays.default
@@ -152,7 +143,6 @@
                   home-manager.users.mel = import ./machines/${machine.name}/home.nix;
                 }
 
-                lix-module.nixosModules.default
                 agenix.nixosModules.default
               ];
             };